Class EPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.common.client.EPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException
,EPDataFlowAlreadyExistsException
,EPDataFlowCancellationException
,EPDataFlowExecutionException
,EPDataFlowInstantiationException
,EPDataFlowNotFoundException
,EPSubscriberException
,EventTypeException
,IllegalStateTransitionException
,InvalidContextPartitionSelector
,VariableConstantValueException
,VariableNotFoundException
,VariableValueException
This exception is thrown to indicate a problem in administration and runtime.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEPException
(String message) Ctor.EPException
(String message, Throwable cause) Ctor for an inner exception and message.EPException
(Throwable cause) Ctor - just an inner exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
EPTYPE
Type information
-
-
Constructor Details
-
EPException
Ctor.- Parameters:
message
- - error message
-
EPException
Ctor for an inner exception and message.- Parameters:
message
- - error messagecause
- - inner exception
-
EPException
Ctor - just an inner exception.- Parameters:
cause
- - inner exception
-