public class PWResetException extends L10NMessageImpl
PWResetException
is thrown whenever the model implementor
encounters an exception.Constructor and Description |
---|
PWResetException(List errors)
Creates a password reset Exception object.
|
PWResetException(String msg)
Creates a password reset Exception object.
|
PWResetException(String bundleName,
String errCode,
Object[] args)
Creates a password reset Exception object with
localizable error message.
|
PWResetException(Throwable t)
Creates a password reset Exception object.
|
Modifier and Type | Method and Description |
---|---|
List |
getErrors()
Returns error list.
|
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PWResetException(String msg)
msg
- exception messagepublic PWResetException(String bundleName, String errCode, Object[] args)
bundleName
- ResourceBundle
name to be used
for getting localized error messageerrCode
- key to resource bundleargs
- arguments to message. If it is not present pass as nullpublic PWResetException(List errors)
errors
- list of error messagespublic PWResetException(Throwable t)
t
- Throwable
instancepublic List getErrors()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.