com.entrust.toolkit.exceptions
Class UserDisabledByCAException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.entrust.toolkit.exceptions.UserException
                    |
                    +--com.entrust.toolkit.exceptions.UserFailureException
                          |
                          +--com.entrust.toolkit.exceptions.UserDisabledByCAException

public class UserDisabledByCAException
extends UserFailureException

This exception is thrown when the user is disabled by the CA.

See Also:
Serialized Form

Constructor Summary
UserDisabledByCAException(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

UserDisabledByCAException

public UserDisabledByCAException(java.lang.String message)