spring-framework / org.aopalliance.aop / AspectException

AspectException

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

Constructors

<init>

AspectException(message: String)
AspectException(message: String, cause: Throwable)

Constructor for AspectException.