Package org.teiid.client.security
Class InvalidSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.teiid.core.TeiidException
-
- org.teiid.core.TeiidProcessingException
-
- org.teiid.client.security.TeiidSecurityException
-
- org.teiid.client.security.InvalidSessionException
-
- All Implemented Interfaces:
Serializable
public class InvalidSessionException extends TeiidSecurityException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.core.TeiidException
code
-
-
Constructor Summary
Constructors Constructor Description InvalidSessionException()
No-Arg ConstructorInvalidSessionException(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.InvalidSessionException(BundleUtil.Event event)
InvalidSessionException(BundleUtil.Event event, String message)
Construct an instance with an error code and message specified.InvalidSessionException(BundleUtil.Event event, Throwable t, String message)
Construct an instance with a linked exception, and an error code and message, specified.
-
Method Summary
-
Methods inherited from class org.teiid.core.TeiidException
getCode, getMessage, getOriginalType, setCode, setOriginalType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidSessionException
public InvalidSessionException()
No-Arg Constructor
-
InvalidSessionException
public InvalidSessionException(String message)
Constructs an instance of the exception with the specified detail message. A detail message is a String that describes this particular exception.- Parameters:
message
- the detail message
-
InvalidSessionException
public InvalidSessionException(Throwable e)
Constructs an instance of the exception with no detail message but with a single exception.- Parameters:
e
- the exception that is encapsulated by this exception
-
InvalidSessionException
public InvalidSessionException(Throwable e, String message)
Constructs an instance of the exception with the specified detail message and a single exception. A detail message is a String that describes this particular exception.- Parameters:
message
- the detail messagee
- the exception that is encapsulated by this exception
-
InvalidSessionException
public InvalidSessionException(BundleUtil.Event event, String message)
Construct an instance with an error code and message specified.- Parameters:
message
- The error messageevent
- The error code
-
InvalidSessionException
public InvalidSessionException(BundleUtil.Event event, Throwable t, String message)
Construct an instance with a linked exception, and an error code and message, specified.- Parameters:
t
- An exception to chain to this exceptionmessage
- The error messageevent
- The error code
-
InvalidSessionException
public InvalidSessionException(BundleUtil.Event event)
-
-