Class LifeCycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.priint.pubserver.plugin.exception.LifeCycleException
All Implemented Interfaces:
Serializable

public class LifeCycleException extends 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:
  • Constructor Details

    • LifeCycleException

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

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