public class IASSecurityException extends Exception
This class takes advantage of the JDK1.4 Throwable objects which can carry the original cause of the exception. This prevents losing the information on what caused the problem to arise.
Ideally there should be common top level iAS Exceptions to extend.
| Constructor and Description |
|---|
IASSecurityException(String msg)
Constructor.
|
IASSecurityException(String msg,
Throwable cause)
Constructor.
|
IASSecurityException(Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns a description of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IASSecurityException(String msg)
msg - The detail message.public IASSecurityException(String msg, Throwable cause)
msg - The detail message.cause - The cause (which is saved for later retrieval by the getCause() method).public IASSecurityException(Throwable cause)
cause - The cause (which is saved for later retrieval by the getCause() method).public String getMessage()
getMessage in class ThrowableCopyright © 2019. All rights reserved.