public class InvalidSessionException extends TeiidSecurityException
code| Constructor and Description |
|---|
InvalidSessionException()
No-Arg Constructor
|
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.
|
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)
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(BundleUtil.Event event, String message)
message - The error messageevent - The error codepublic InvalidSessionException(BundleUtil.Event event, Throwable t, String message)
t - An exception to chain to this exceptionmessage - The error messageevent - The error codepublic InvalidSessionException(BundleUtil.Event event)
Copyright © 2019. All rights reserved.