|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.teiid.core.TeiidException
org.teiid.core.TeiidProcessingException
org.teiid.client.security.TeiidSecurityException
public class TeiidSecurityException
| Field Summary |
|---|
| Fields inherited from class org.teiid.core.TeiidException |
|---|
code |
| Constructor Summary | |
|---|---|
TeiidSecurityException()
No-Arg Constructor |
|
TeiidSecurityException(String message)
Constructs an instance of the exception with the specified detail message. |
|
TeiidSecurityException(String code,
String message)
Construct an instance with an error code and message specified. |
|
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. |
|
TeiidSecurityException(Throwable e,
String code,
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 |
|---|
getChild, getCode, getFullMessage, getMessage, getOriginalType, setCode, setOriginalType, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TeiidSecurityException()
public TeiidSecurityException(Throwable e,
String code,
String message)
e - An exception to chain to this exceptionmessage - The error messagecode - The error code
public TeiidSecurityException(String code,
String message)
message - The error messagecode - The error code
public 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 message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||