public class NoSuchStateException extends RuntimeException
StateMachine when a transition in the state
machine references a state which doesn't exist.| Constructor and Description |
|---|
NoSuchStateException(String stateId)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchStateException(String stateId)
stateId - the id of the state which could not be found.Copyright © 2004–2017 Apache MINA Project. All rights reserved.