Class AspectranRuntimeException

    • Constructor Summary

      Constructors 
      Constructor Description
      AspectranRuntimeException()
      Constructs a AspectranCheckedException.
      AspectranRuntimeException​(java.lang.String msg)
      Constructs a AspectranCheckedException with the specified message.
      AspectranRuntimeException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs a AspectranCheckedException with the specified message and wrapped exception.
      AspectranRuntimeException​(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

      • AspectranRuntimeException

        public AspectranRuntimeException()
        Constructs a AspectranCheckedException.
      • AspectranRuntimeException

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

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

        public AspectranRuntimeException​(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