Uses of Class
org.jboss.security.util.state.IllegalTransitionException
-
Packages that use IllegalTransitionException Package Description org.jboss.security.util.state -
-
Uses of IllegalTransitionException in org.jboss.security.util.state
Methods in org.jboss.security.util.state that throw IllegalTransitionException Modifier and Type Method Description State
StateMachine. nextState(String actionName)
Transition to the next state given the name of a valid transition.
-