public class PointcutException extends AspectException
Constructor and Description |
---|
PointcutException(java.lang.String message) |
PointcutException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of
PointcutException . |
getCause
public PointcutException(java.lang.String message, java.lang.Throwable cause)
PointcutException
.
Appends the error stack of the cause to the message to remain 1.3 compliant.message
- error messagecause
- cause of the exceptionpublic PointcutException(java.lang.String message)