FileDocCategorySizeDatePackage
AuthenticationException.javaAPI DocExample315Thu Sep 02 09:11:06 BST 2004com.oreilly.strutsckbk.ch11

AuthenticationException

public class AuthenticationException extends Exception

Fields Summary
Constructors Summary
public AuthenticationException()

		super();
	
public AuthenticationException(String msg)

		super(msg);
	
public AuthenticationException(String msg, Throwable cause)

		super(msg, cause);
	
Methods Summary