public class AspectException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AspectException(java.lang.String message) |
AspectException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of
AspectException. |
AspectException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of this throwable or null if the cause is nonexistent
or unknown.
|
public AspectException(java.lang.String message,
java.lang.Throwable cause)
AspectException.
Appends the error stack of the cause to the message to remain 1.3 compliant.message - error messagecause - cause of the exceptionpublic AspectException(java.lang.Throwable cause)
public AspectException(java.lang.String message)