public class TeiidSecurityException
extends org.teiid.core.TeiidProcessingException
| Constructor and Description |
|---|
TeiidSecurityException()
No-Arg Constructor
|
TeiidSecurityException(org.teiid.core.BundleUtil.Event code,
String message)
Construct an instance with an error code and message specified.
|
TeiidSecurityException(org.teiid.core.BundleUtil.Event code,
Throwable t,
String message)
Construct an instance with a linked exception, and an error code and
message, specified.
|
TeiidSecurityException(String message)
Constructs an instance of the exception with the specified detail message.
|
TeiidSecurityException(Throwable e)
Constructs an instance of the exception with no detail message but with a
single exception.
|
TeiidSecurityException(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 TeiidSecurityException()
public TeiidSecurityException(org.teiid.core.BundleUtil.Event code,
Throwable t,
String message)
e - An exception to chain to this exceptionmessage - The error messagecode - The error codepublic TeiidSecurityException(org.teiid.core.BundleUtil.Event code,
String message)
message - The error messagecode - The error codepublic TeiidSecurityException(Throwable e, String message)
message - the detail messagee - the exception that is encapsulated by this exceptionpublic TeiidSecurityException(Throwable e)
e - the exception that is encapsulated by this exceptionpublic TeiidSecurityException(String message)
the - detail messageCopyright © 2013 JBoss by Red Hat. All Rights Reserved.