Class EPDeployPreconditionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.runtime.client.EPDeployException
com.espertech.esper.runtime.client.EPDeployPreconditionException
- All Implemented Interfaces:
Serializable
Deploy exception to indicate that a precondition is not satisfied
- See Also:
-
Constructor Summary
ConstructorDescriptionEPDeployPreconditionException
(String message, int rolloutItemNumber) Ctor.EPDeployPreconditionException
(String message, Throwable cause, int rolloutItemNumber) Ctor. -
Method Summary
Methods inherited from class com.espertech.esper.runtime.client.EPDeployException
getRolloutItemNumber
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPDeployPreconditionException
Ctor.- Parameters:
message
- messagerolloutItemNumber
- rollout item number when using rollout
-
EPDeployPreconditionException
Ctor.- Parameters:
message
- messagecause
- causerolloutItemNumber
- rollout item number when using rollout
-