Class AdviceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AdviceException
    extends java.lang.RuntimeException
    TODO JavaDoc
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AdviceException onAfter​(java.lang.Throwable cause)  
      static AdviceException onBefore​(java.lang.Throwable cause)  
      • 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

      • AdviceException

        public AdviceException()
      • AdviceException

        public AdviceException​(java.lang.String message)
      • AdviceException

        public AdviceException​(java.lang.String message,
                               java.lang.Throwable cause)
      • AdviceException

        public AdviceException​(java.lang.Throwable cause)
    • Method Detail

      • onBefore

        public static AdviceException onBefore​(java.lang.Throwable cause)
      • onAfter

        public static AdviceException onAfter​(java.lang.Throwable cause)