spring-framework / org.aopalliance.aop / AspectException / <init>

<init>

AspectException(message: String)

Constructor for AspectException.

Parameters

message - the exception message

AspectException(message: String, cause: Throwable)

Constructor for AspectException.

Parameters

message - the exception message

cause - the root cause, if any