Package com.io7m.idstore.error_codes
Class IdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.idstore.error_codes.IdException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IdAClientException,IdDatabaseException,IdPasswordException,IdProtocolException,IdSecurityException,IdServerException,IdUClientException
The base type of exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdException(IdErrorCode inErrorCode, String message) Construct an exception.IdException(IdErrorCode inErrorCode, String message, Throwable cause) Construct an exception.IdException(IdErrorCode inErrorCode, Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdException
Construct an exception.- Parameters:
inErrorCode- The error codemessage- The message
-
IdException
Construct an exception.- Parameters:
inErrorCode- The error codemessage- The messagecause- The cause
-
IdException
Construct an exception.- Parameters:
inErrorCode- The error codecause- The cause
-
-
Method Details
-
errorCode
- Returns:
- The error code
-