|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.identity.common.L10NMessageImpl
|
+--com.sun.identity.password.ui.model.PWResetException
PWResetException is thrown whenever the model implementor
encounters an exception.
| Constructor Summary | |
PWResetException(java.util.List errors)
Creates a password reset Exception object. |
|
PWResetException(java.lang.String msg)
Creates a password reset Exception object. |
|
PWResetException(java.lang.String bundleName,
java.lang.String errCode,
java.lang.Object[] args)
Creates a password reset Exception object with localizable error message. |
|
PWResetException(java.lang.Throwable t)
Creates a password reset Exception object. |
|
| Method Summary | |
java.util.List |
getErrors()
Gets error list. |
| Methods inherited from class com.sun.identity.common.L10NMessageImpl |
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PWResetException(java.lang.String msg)
msg - exception message
public PWResetException(java.lang.String bundleName,
java.lang.String errCode,
java.lang.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(java.util.List errors)
errors - list of error messagespublic PWResetException(java.lang.Throwable t)
t - Throwable instance| Method Detail |
public java.util.List getErrors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||