Click or drag to resize

IllegalStateTransitionException Class

Thrown when an illegal Adapter state transition is attempted.
Inheritance Hierarchy
SystemException
  com.espertech.esper.common.clientEPException
    com.espertech.esperioIllegalStateTransitionException

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public class IllegalStateTransitionException : EPException

The IllegalStateTransitionException type exposes the following members.

Constructors
  NameDescription
Public methodIllegalStateTransitionException
an explanation of the cause of the exception
Top
See Also