Class ErrorState
- java.lang.Object
-
- org.jboss.as.domain.management.security.adduser.ErrorState
-
-
Constructor Summary
Constructors Constructor Description ErrorState(ConsoleWrapper theConsole, String errorMessage)ErrorState(ConsoleWrapper theConsole, String errorMessage, State nextState)ErrorState(ConsoleWrapper theConsole, String errorMessage, State nextState, StateValues stateValues)ErrorState(ConsoleWrapper theConsole, String errorMessage, StateValues stateValues)
-
-
-
Constructor Detail
-
ErrorState
public ErrorState(ConsoleWrapper theConsole, String errorMessage)
-
ErrorState
public ErrorState(ConsoleWrapper theConsole, String errorMessage, StateValues stateValues)
-
ErrorState
public ErrorState(ConsoleWrapper theConsole, String errorMessage, State nextState)
-
ErrorState
public ErrorState(ConsoleWrapper theConsole, String errorMessage, State nextState, StateValues stateValues)
-
-