inetsoft.sree.security
Class PasswordResetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
inetsoft.sree.security.PasswordResetException
- All Implemented Interfaces:
- Serializable
public class PasswordResetException
- extends RuntimeException
Exception that signals that the administrator's password has been reset and
the user must re-authenticate.
- Since:
- 10.3
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PasswordResetException
public PasswordResetException()
- Creates a new instance of PasswordResetException.
PasswordResetException
public PasswordResetException(String message)
- Creates a new instance of PasswordResetException.
- Parameters:
message - the error message.