Package com.io7m.idstore.server.api
Class IdServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.idstore.error_codes.IdException
com.io7m.idstore.server.api.IdServerException
- All Implemented Interfaces:
Serializable
The type of exceptions raised by the server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdServerException(IdErrorCode inErrorCode, String message) Create an exception.IdServerException(IdErrorCode inErrorCode, String message, Throwable cause) Create an exception.IdServerException(IdErrorCode inErrorCode, Throwable cause) Create an exception. -
Method Summary
Methods inherited from class com.io7m.idstore.error_codes.IdException
errorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdServerException
Create an exception.- Parameters:
inErrorCode- The error codemessage- The message
-
IdServerException
Create an exception.- Parameters:
inErrorCode- The error codemessage- The messagecause- The cause
-
IdServerException
Create an exception.- Parameters:
inErrorCode- The error codecause- The cause
-