FileDocCategorySizeDatePackage
AuthException.javaAPI DocGlassfish v2 API2702Fri May 04 22:35:42 BST 2007com.sun.enterprise.security.jauth

AuthException

public class AuthException extends javax.security.auth.message.AuthException
A generic authentication exception.
version
%I%, %G%

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public AuthException()
Constructs a AuthException with no detail message. A detail message is a String that describes this particular exception.


                           
      
	super();
    
public AuthException(String msg)
Constructs a AuthException with the specified detail message. A detail message is a String that describes this particular exception.

param
msg the detail message.

	super(msg);
    
Methods Summary