Package com.io7m.idstore.database.api
Class IdDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.idstore.error_codes.IdException
com.io7m.idstore.database.api.IdDatabaseException
- All Implemented Interfaces:
Serializable
The type of exceptions raised by the server database.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdDatabaseException(String message, IdErrorCode inErrorCode) Create an exception.IdDatabaseException(String message, Throwable cause, IdErrorCode inErrorCode) Create an exception.IdDatabaseException(Throwable cause, IdErrorCode inErrorCode) 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
-
IdDatabaseException
Create an exception.- Parameters:
message- The messageinErrorCode- The error code
-
IdDatabaseException
Create an exception.- Parameters:
message- The messagecause- The causeinErrorCode- The error code
-
IdDatabaseException
Create an exception.- Parameters:
cause- The causeinErrorCode- The error code
-