Class PasswordExpiredException

    • Nested Class Summary

      • Nested 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

      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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 class com.lexmark.saperion.exceptions.EcmException