FileDocCategorySizeDatePackage
J2EEApplicationException.javaAPI DocGlassfish v2 API2433Fri May 04 22:33:32 BST 2007com.sun.enterprise.admin.common.exception

J2EEApplicationException

public class J2EEApplicationException extends AFException

Fields Summary
Constructors Summary
public J2EEApplicationException()
Creates new J2EEApplicationException without detail message.

		super();
    
public J2EEApplicationException(String msg)
Constructs an J2EEApplicationException with the specified detail message.

param
msg - the detail message.

        super(msg);
    
Methods Summary