Class IdServerException

All Implemented Interfaces:
Serializable

public final class IdServerException extends IdException
The type of exceptions raised by the server.
See Also:
  • Constructor Details

    • IdServerException

      public IdServerException(IdErrorCode inErrorCode, String message)
      Create an exception.
      Parameters:
      inErrorCode - The error code
      message - The message
    • IdServerException

      public IdServerException(IdErrorCode inErrorCode, String message, Throwable cause)
      Create an exception.
      Parameters:
      inErrorCode - The error code
      message - The message
      cause - The cause
    • IdServerException

      public IdServerException(IdErrorCode inErrorCode, Throwable cause)
      Create an exception.
      Parameters:
      inErrorCode - The error code
      cause - The cause