Package com.priint.pubserver.auth
Class AuthManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.auth.AuthManagerException
- All Implemented Interfaces:
Serializable
Checked exception indicating that a AuthManager method failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthManagerException(Object caller, int errorCode, String errorMessage) Instantiates a new Auth manager exception.AuthManagerException(Object caller, int errorCode, String errorMessage, Throwable cause) Instantiates a new Auth manager exception.AuthManagerException(String module, String errorMessage) Instantiates a new Auth manager exception. -
Method Summary
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthManagerException
Instantiates a new Auth manager exception.- Parameters:
caller- the callererrorCode- the error codeerrorMessage- the error messagecause- the cause- See Also:
-
AuthManagerException
Instantiates a new Auth manager exception.- Parameters:
caller- the callererrorCode- the error codeerrorMessage- the error message- See Also:
-
AuthManagerException
Instantiates a new Auth manager exception.- Parameters:
module- the moduleerrorMessage- the error message- See Also:
-