FileDocCategorySizeDatePackage
AuthenticationException.javaAPI DocExample326Mon Sep 06 17:29:16 BST 2004com.oreilly.strutsckbk.ch11.sf

AuthenticationException

public class AuthenticationException extends SecurityException

Fields Summary
Constructors Summary
public AuthenticationException()

		super();
	
public AuthenticationException(String msg)

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

		super(msg, cause);
	
Methods Summary