Class LifecycleException

  • All Implemented Interfaces:
    Serializable

    public class LifecycleException
    extends RuntimeException
    Exception which shows problem in services lifecycle management. Can be used to initiate the restoration sequence after the error is occured.
    Since:
    1.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • LifecycleException

        public LifecycleException​(String message)
        Constructor.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      • LifecycleException

        public LifecycleException​(String message,
                                  Throwable cause)
        Constructor.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - the cause of the problem, can be null.