open class AspectException : RuntimeException
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
Author
Bob Lee
Author
Juergen Hoeller
AspectException(message: String)AspectException(message: String, cause: Throwable)
Constructor for AspectException. |