|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.api.exception.MetaMatrixException
com.metamatrix.api.exception.MetaMatrixProcessingException
com.metamatrix.admin.api.exception.security.MetaMatrixSecurityException
com.metamatrix.admin.api.exception.security.SessionException
com.metamatrix.admin.api.exception.security.InvalidSessionException
public class InvalidSessionException
Field Summary |
---|
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException |
---|
code |
Constructor Summary | |
---|---|
InvalidSessionException()
No-Arg Constructor |
|
InvalidSessionException(java.lang.String message)
Constructs an instance of the exception with the specified detail message. |
|
InvalidSessionException(java.lang.String code,
java.lang.String message)
Construct an instance with an error code and message specified. |
|
InvalidSessionException(java.lang.Throwable e)
Constructs an instance of the exception with no detail message but with a single exception. |
|
InvalidSessionException(java.lang.Throwable e,
java.lang.String message)
Constructs an instance of the exception with the specified detail message and a single exception. |
|
InvalidSessionException(java.lang.Throwable e,
java.lang.String code,
java.lang.String message)
Construct an instance with a linked exception, and an error code and message, specified. |
Method Summary |
---|
Methods inherited from class com.metamatrix.api.exception.MetaMatrixException |
---|
getChild, getFullMessage, toString |
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException |
---|
getCode, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidSessionException()
public InvalidSessionException(java.lang.String message)
the
- detail messagepublic InvalidSessionException(java.lang.Throwable e)
e
- the exception that is encapsulated by this exceptionpublic InvalidSessionException(java.lang.Throwable e, java.lang.String message)
message
- the detail messagee
- the exception that is encapsulated by this exceptionpublic InvalidSessionException(java.lang.String code, java.lang.String message)
message
- The error messagecode
- The error codepublic InvalidSessionException(java.lang.Throwable e, java.lang.String code, java.lang.String message)
e
- An exception to chain to this exceptionmessage
- The error messagecode
- The error code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |