public class SessionServiceException extends TeiidSecurityException
code
Constructor and Description |
---|
SessionServiceException()
No-Arg Constructor
|
SessionServiceException(BundleUtil.Event code,
String message)
Construct an instance with an error code and message specified.
|
SessionServiceException(BundleUtil.Event code,
Throwable e,
String message)
Construct an instance with a linked exception, and an error code and
message, specified.
|
SessionServiceException(String message)
Constructs an instance of the exception with the specified detail message.
|
SessionServiceException(Throwable e)
Constructs an instance of the exception with no detail message but with a
single exception.
|
SessionServiceException(Throwable e,
String message)
Constructs an instance of the exception with the specified detail message
and a single exception.
|
getCode, getMessage, getOriginalType, setCode, setOriginalType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SessionServiceException()
public SessionServiceException(String message)
the
- detail messagepublic SessionServiceException(Throwable e)
e
- the exception that is encapsulated by this exceptionpublic SessionServiceException(Throwable e, String message)
message
- the detail messagee
- the exception that is encapsulated by this exceptionpublic SessionServiceException(BundleUtil.Event code, String message)
message
- The error messagecode
- The error codepublic SessionServiceException(BundleUtil.Event code, Throwable e, String message)
e
- An exception to chain to this exceptionmessage
- The error messagecode
- The error codeCopyright © 2019. All rights reserved.