Package com.io7m.idstore.server.security
Class IdSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.idstore.error_codes.IdException
com.io7m.idstore.server.security.IdSecurityException
- All Implemented Interfaces:
Serializable
The type of exceptions raised during security policy evaluations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdSecurityException(IdErrorCode errorCode, String message) Create an exception.IdSecurityException(IdErrorCode errorCode, String message, Throwable cause) Create an exception.IdSecurityException(IdErrorCode errorCode, 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
-
IdSecurityException
Create an exception.- Parameters:
errorCode- The error codemessage- The exception message
-
IdSecurityException
Create an exception.- Parameters:
errorCode- The error codemessage- The exception messagecause- The cause
-
IdSecurityException
Create an exception.- Parameters:
errorCode- The error codecause- The cause
-