02/28/2005
 

com.epicentric.authentication
Class AccountDoesNotExistException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.epicentric.authentication.AuthenticationException
                    |
                    +--com.epicentric.authentication.AccountDoesNotExistException
All Implemented Interfaces:
Serializable

public class AccountDoesNotExistException
extends AuthenticationException

Exception thrown when an Authenticator tries to remove an authentication account that does not exist.

Since:
4.0
See Also:
Serialized Form

Constructor Summary
AccountDoesNotExistException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

AccountDoesNotExistException

public AccountDoesNotExistException(String s)

02/28/2005
 

Copyright and Trademark Notices