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

J2EEWebModuleException

public class J2EEWebModuleException extends AFException

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

    
public J2EEWebModuleException(String msg)
Constructs an J2EEWebModuleException with the specified detail message.

param
msg the detail message.

        super(msg);
    
Methods Summary