类 AspectException

  • 所有已实现的接口:
    Serializable

    public class AspectException
    extends RuntimeException
    Superclass for all AOP infrastructure exceptions. Unchecked, as such exceptions are fatal and end user code shouldn't be forced to catch them.
    作者:
    Rod Johnson, Bob Lee, Juergen Hoeller
    另请参阅:
    序列化表格
    • 构造器详细资料

      • AspectException

        public AspectException​(String message)
        Constructor for AspectException.
        参数:
        message - the exception message
      • AspectException

        public AspectException​(String message,
                               Throwable cause)
        Constructor for AspectException.
        参数:
        message - the exception message
        cause - the root cause, if any