Package com.priint.pubserver.exception
Class InvalidSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.exception.InvalidSessionException
- All Implemented Interfaces:
Serializable
Throw this type of exception if a publishing server session is not valid - i.e. sessionId is not related to a session within the server,
e.g. because it has expired.
For the time being publishing server session is related to shiro session.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSessionException(Object caller, int errorCode, String errorMessage) InvalidSessionException(Object caller, int errorCode, String errorMessage, Throwable cause) InvalidSessionException(Object caller, String errorMessage) InvalidSessionException(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
-
InvalidSessionException
-
InvalidSessionException
-
InvalidSessionException
-
InvalidSessionException
-