Class AspectranCheckedException

    • Constructor Summary

      Constructors 
      Constructor Description
      AspectranCheckedException()
      Constructs a AspectranCheckedException.
      AspectranCheckedException​(java.lang.String msg)
      Constructs a AspectranCheckedException with the specified message.
      AspectranCheckedException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs a AspectranCheckedException with the specified message and wrapped exception.
      AspectranCheckedException​(java.lang.Throwable cause)
      Constructs a AspectranCheckedException with the wrapped exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AspectranCheckedException

        public AspectranCheckedException()
        Constructs a AspectranCheckedException.
      • AspectranCheckedException

        public AspectranCheckedException​(java.lang.String msg)
        Constructs a AspectranCheckedException with the specified message.
        Parameters:
        msg - the specific message
      • AspectranCheckedException

        public AspectranCheckedException​(java.lang.Throwable cause)
        Constructs a AspectranCheckedException with the wrapped exception.
        Parameters:
        cause - the real cause of the exception
      • AspectranCheckedException

        public AspectranCheckedException​(java.lang.String msg,
                                         java.lang.Throwable cause)
        Constructs a AspectranCheckedException with the specified message and wrapped exception.
        Parameters:
        msg - the specific message
        cause - the real cause of the exception