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:
java.io.Serializable
public class PasswordExpiredException extends SecurityException
ThisSecurityException
indicates that the password of the current user expired.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.lexmark.saperion.exceptions.system.SecurityException
SecurityException.SecurityError
-
-
Constructor Summary
Constructors Constructor Description PasswordExpiredException(com.lexmark.saperion.administration.UserReferenceType user)
PasswordExpiredException(com.lexmark.saperion.exceptions.ErrorType fault, java.lang.Throwable cause)
Exception factory constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordExpiredDetails
getErrorDetails()
-
Methods inherited from class com.lexmark.saperion.exceptions.EcmException
createError, getDescriptionParameters, getErrorCode
-
-
-
-
Constructor Detail
-
PasswordExpiredException
public PasswordExpiredException(com.lexmark.saperion.exceptions.ErrorType fault, java.lang.Throwable cause)
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 Detail
-
getErrorDetails
public PasswordExpiredDetails getErrorDetails()
- Overrides:
getErrorDetails
in classcom.lexmark.saperion.exceptions.EcmException
-
-