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:
java.io.Serializable
public class AuthManagerException extends PubServerException
Checked exception indicating that a AuthManager method failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthManagerException(java.lang.Object caller, int errorCode, java.lang.String errorMessage)Instantiates a new Auth manager exception.AuthManagerException(java.lang.Object caller, int errorCode, java.lang.String errorMessage, java.lang.Throwable cause)Instantiates a new Auth manager exception.AuthManagerException(java.lang.String module, java.lang.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, retrieveErrorsStack
-
-
-
-
Constructor Detail
-
AuthManagerException
public AuthManagerException(java.lang.Object caller, int errorCode, java.lang.String errorMessage, java.lang.Throwable cause)Instantiates a new Auth manager exception.- Parameters:
caller- the callererrorCode- the error codeerrorMessage- the error messagecause- the cause- See Also:
PubServerException#PubServerException(String, Throwable, int, Object)
-
AuthManagerException
public AuthManagerException(java.lang.Object caller, int errorCode, java.lang.String errorMessage)Instantiates a new Auth manager exception.- Parameters:
caller- the callererrorCode- the error codeerrorMessage- the error message- See Also:
PubServerException#PubServerException(String, Throwable, int, Object)
-
AuthManagerException
public AuthManagerException(java.lang.String module, java.lang.String errorMessage)Instantiates a new Auth manager exception.- Parameters:
module- the moduleerrorMessage- the error message- See Also:
PubServerException#PubServerException(String, Throwable, int, Object)
-
-