Class LifeCycleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LifeCycleException
    extends java.lang.RuntimeException
    Thrown to indicate that startup exception for plug-ins.

    Signals that a plug-in could not be deployed the correct way or went into an abnormal status during runtime.

    May also be thrown in shutdown.

    Since:
    4.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LifeCycleException​(java.lang.String errorMessage)  
      LifeCycleException​(java.lang.String errorMessage, java.lang.Throwable cause)  
    • 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

      • LifeCycleException

        public LifeCycleException​(java.lang.String errorMessage)
        Parameters:
        errorMessage - short textual error message, possibly containing some identifying object data
      • LifeCycleException

        public LifeCycleException​(java.lang.String errorMessage,
                                  java.lang.Throwable cause)
        Parameters:
        errorMessage - short textual error message, possibly containing some identifying object data
        cause - (optional) original exception leading to this one or null