Class PasswordExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.system.SystemException
com.lexmark.saperion.exceptions.system.SecurityException
com.lexmark.saperion.exceptions.system.PasswordExpiredException
- All Implemented Interfaces:
Serializable
This
SecurityException indicates that the password of the current user expired.- Author:
- jschwarz
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.lexmark.saperion.exceptions.system.SecurityException
SecurityException.SecurityErrorNested classes/interfaces inherited from class com.lexmark.saperion.exceptions.system.SystemException
com.lexmark.saperion.exceptions.system.SystemException.SystemError -
Field Summary
Fields inherited from class com.lexmark.saperion.exceptions.system.SystemException
SYSTEM_GENERAL_ERROR -
Constructor Summary
ConstructorsConstructorDescriptionPasswordExpiredException(com.lexmark.saperion.administration.UserReferenceType user) PasswordExpiredException(com.lexmark.saperion.exceptions.ErrorType fault, Throwable cause) Exception factory constructor. -
Method Summary
Methods inherited from class com.lexmark.saperion.exceptions.EcmException
createError, getDescriptionParameters, getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PasswordExpiredException
Exception factory constructor. Constructs a security exception from a server fault.- Parameters:
fault- the server fault.cause- the exception cause
-
PasswordExpiredException
public PasswordExpiredException(com.lexmark.saperion.administration.UserReferenceType user)
-
-
Method Details
-
getErrorDetails
- Overrides:
getErrorDetailsin classcom.lexmark.saperion.exceptions.EcmException
-