java.io.SerializableAspectAdviceException, InvalidPointcutPatternExceptionpublic class AspectException extends AspectranRuntimeException
| Constructor | Description |
|---|---|
AspectException() |
Creates a new AspectException without detail message.
|
AspectException(java.lang.String msg) |
Constructs a AspectException with the specified detail message.
|
AspectException(java.lang.String msg,
java.lang.Throwable cause) |
Constructs a AspectException with the specified error message and also the specified root cause exception.
|
AspectException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
public AspectException()
public AspectException(java.lang.String msg)
msg - a message to associate with the exceptionpublic AspectException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic AspectException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.