Package com.saperion.exception
Class SaPasswordExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaAuthenticationException
com.saperion.exception.SaPasswordExpiredException
- All Implemented Interfaces:
Serializable
Indicates that the users password is expired.
- Author:
- jsc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaPasswordExpiredException
(String message) Constructor.SaPasswordExpiredException
(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaPasswordExpiredException
Constructor.- Parameters:
message
- The message.
-
SaPasswordExpiredException
Constructor.- Parameters:
message
- The message.cause
- The cause.
-