public class UserDataException extends OpenDsException
| Constructor and Description |
|---|
UserDataException(WizardStep step,
LocalizableMessage message)
Constructor for UserDataException.
|
UserDataException(WizardStep step,
LocalizableMessage message,
Throwable t)
Constructor for UserDataException.
|
| Modifier and Type | Method and Description |
|---|---|
WizardStep |
getStep()
Returns the step of the wizard in which this exception occurred.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserDataException(WizardStep step, LocalizableMessage message)
step - the step in the wizard where the exception occurred.message - the localized message describing the error.public UserDataException(WizardStep step, LocalizableMessage message, Throwable t)
step - the step in the wizard where the exception occurred.message - the localized message describing the error.t - the Exception that generated this exception.public WizardStep getStep()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.