Class LifeCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.priint.pubserver.plugin.exception.LifeCycleException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionLifeCycleException(String errorMessage) LifeCycleException(String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LifeCycleException
- Parameters:
errorMessage- short textual error message, possibly containing some identifying object data
-
LifeCycleException
- Parameters:
errorMessage- short textual error message, possibly containing some identifying object datacause- (optional) original exception leading to this one ornull
-