Package org.aopalliance.aop
Class AspectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aopalliance.aop.AspectException
- All Implemented Interfaces:
- Serializable
Superclass for all AOP infrastructure exceptions.
 Unchecked, as such exceptions are fatal and end user
 code shouldn't be forced to catch them.
- Author:
- Rod Johnson, Bob Lee, Juergen Hoeller
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAspectException(String message) Constructor for AspectException.AspectException(String message, Throwable cause) Constructor for AspectException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AspectExceptionConstructor for AspectException.- Parameters:
- message- the exception message
 
- 
AspectExceptionConstructor for AspectException.- Parameters:
- message- the exception message
- cause- the root cause, if any
 
 
-