Class PicoLifecycleException

    • Constructor Summary

      Constructors 
      Constructor Description
      PicoLifecycleException​(java.lang.reflect.Method method, java.lang.Object instance, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getInstance()  
      java.lang.String getMessage()  
      java.lang.reflect.Method getMethod()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • PicoLifecycleException

        public PicoLifecycleException​(java.lang.reflect.Method method,
                                      java.lang.Object instance,
                                      java.lang.Throwable cause)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
      • getInstance

        public java.lang.Object getInstance()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable