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

public class PasswordExpiredException extends SecurityException
This SecurityException indicates that the password of the current user expired.
Author:
jschwarz
See Also:
  • Constructor Details

    • PasswordExpiredException

      public PasswordExpiredException(com.lexmark.saperion.exceptions.ErrorType fault, 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 Details

    • getErrorDetails

      public PasswordExpiredDetails getErrorDetails()
      Overrides:
      getErrorDetails in class com.lexmark.saperion.exceptions.EcmException