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

J2EEEjbJarModuleException

public class J2EEEjbJarModuleException extends AFException
An exception to indicate the exceptional condition with J2EEEjbJarModuleMBean.

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

		super();
    
public J2EEEjbJarModuleException(String msg)
Constructs a J2EEEjbJarModuleException with the specified detail message.

param
msg the detail message.

        super(msg);
    
Methods Summary