public class InvalidSessionException extends TeiidSecurityException
| Constructor and Description |
|---|
InvalidSessionException()
No-Arg Constructor
|
InvalidSessionException(org.teiid.core.BundleUtil.Event event) |
InvalidSessionException(org.teiid.core.BundleUtil.Event event,
String message)
Construct an instance with an error code and message specified.
|
InvalidSessionException(org.teiid.core.BundleUtil.Event event,
Throwable t,
String message)
Construct an instance with a linked exception, and an error code and
message, specified.
|
InvalidSessionException(String message)
Constructs an instance of the exception with the specified detail message.
|
InvalidSessionException(Throwable e)
Constructs an instance of the exception with no detail message but with a
single exception.
|
InvalidSessionException(Throwable e,
String message)
Constructs an instance of the exception with the specified detail message
and a single exception.
|
getCode, getMessage, getOriginalType, setCode, setOriginalTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSessionException()
public InvalidSessionException(String message)
the - detail messagepublic InvalidSessionException(Throwable e)
e - the exception that is encapsulated by this exceptionpublic InvalidSessionException(Throwable e, String message)
message - the detail messagee - the exception that is encapsulated by this exceptionpublic InvalidSessionException(org.teiid.core.BundleUtil.Event event,
String message)
message - The error messagecode - The error codepublic InvalidSessionException(org.teiid.core.BundleUtil.Event event,
Throwable t,
String message)
e - An exception to chain to this exceptionmessage - The error messagecode - The error codepublic InvalidSessionException(org.teiid.core.BundleUtil.Event event)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.