Class GeneralServerErrorException

All Implemented Interfaces:
Serializable

public class GeneralServerErrorException extends GeneralLeanFtException
Represent general errors that occur on the runtime engine side.
See Also:
  • Constructor Details

    • GeneralServerErrorException

      public GeneralServerErrorException()
      Constructs a new GeneralServerErrorException.
    • GeneralServerErrorException

      public GeneralServerErrorException(String message)
      Constructs a new GeneralServerErrorException with the specified detail message.
      Parameters:
      message - the detail message.
    • GeneralServerErrorException

      public GeneralServerErrorException(int errorCode, String message)
      Constructs a new GeneralServerErrorException with the specified detail message and error code.
      Parameters:
      errorCode - the error code representing the error that occurred.
      message - the detail message.