com.entrust.toolkit.exceptions
Class UserPasswordExpiredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.entrust.toolkit.exceptions.UserException
                    |
                    +--com.entrust.toolkit.exceptions.UserRetryException
                          |
                          +--com.entrust.toolkit.exceptions.UserPasswordExpiredException

public class UserPasswordExpiredException
extends UserRetryException

This exception is thrown when the password is expired.

See Also:
Serialized Form

Constructor Summary
UserPasswordExpiredException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserPasswordExpiredException

public UserPasswordExpiredException(java.lang.String message)