Package com.priint.pubserver.exception
Class SessionNotAuthenticated
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.exception.SessionNotAuthenticated
- All Implemented Interfaces:
Serializable
Thrown if a publishing server session is not authenticated - i.e. user login failed - when authentication is
required.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionNotAuthenticated(Object caller, int errorCode, String errorMessage) SessionNotAuthenticated(Object caller, int errorCode, String errorMessage, Throwable cause) SessionNotAuthenticated(Object caller, String errorMessage) SessionNotAuthenticated(Object caller, String errorMessage, Throwable cause) -
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
-
SessionNotAuthenticated
-
SessionNotAuthenticated
-
SessionNotAuthenticated
-
SessionNotAuthenticated
-