Class IllegalStateTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.common.client.EPException
com.espertech.esper.runtime.client.util.IllegalStateTransitionException
- All Implemented Interfaces:
Serializable
public class IllegalStateTransitionException
extends com.espertech.esper.common.client.EPException
Thrown when an illegal Adapter state transition is attempted.
- See Also:
-
Field Summary
Fields inherited from class com.espertech.esper.common.client.EPException
EPTYPE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalStateTransitionException
- Parameters:
message
- - an explanation of the cause of the exception
-