Public Member Functions | |
ASIException () | |
ASIException (String msg) | |
void | setRootCause (Throwable t) |
Throwable | getRootCause () |
Private Attributes | |
Throwable | cause = null |
|
Create new |
|
Construct an
|
|
Retrieve the root cause of this ASIException, if any.
|
|
Record that the root cause of this ASIException.
|
|
|