FileDocCategorySizeDatePackage
AuthenticationException.javaAPI DocExample227Mon Mar 31 23:09:44 BST 2003org.dasein.security

AuthenticationException

public class AuthenticationException extends Exception

Fields Summary
Constructors Summary
public AuthenticationException()

        super();
    
public AuthenticationException(String msg)

        super(msg);
    
Methods Summary