02/28/2005
 

com.epicentric.authentication
Class AccountExistsException

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

public class AccountExistsException
extends AuthenticationException

Exception thrown when an Authenticator tries to create an authentication account that already exists.

Since:
4.0
See Also:
Serialized Form

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

AccountExistsException

public AccountExistsException(String s)

02/28/2005
 

Copyright and Trademark Notices