Class EPUndeployException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.runtime.client.EPUndeployException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EPUndeployLockException
,EPUndeployNotFoundException
,EPUndeployPreconditionException
Exception during an undeploy operation by
EPDeploymentService.undeploy(java.lang.String)
- See Also:
-
Constructor Summary
ConstructorDescriptionEPUndeployException
(String message) CtorEPUndeployException
(String message, Throwable cause) Ctor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPUndeployException
Ctor- Parameters:
message
- message
-
EPUndeployException
Ctor.- Parameters:
message
- messagecause
- cause
-