public class ASIException
extends java.lang.Exception
| Constructor and Description |
|---|
ASIException()
Create new
ASIException. |
ASIException(java.lang.String msg)
Construct an
ASIException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Retrieve the root cause of this ASIException, if any.
|
void |
setRootCause(java.lang.Throwable t)
Record that the root cause of this ASIException.
|
public ASIException()
ASIException.public ASIException(java.lang.String msg)
ASIException with the specified detail message.msg - the detail message.public void setRootCause(java.lang.Throwable t)
t - The possibly null exception that caused the ASI operation to fail. If null, it means this ASI exception has no root cause.public java.lang.Throwable getRootCause()