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

MBeanConfigException

public class MBeanConfigException extends Exception

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

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

param
msg the detail message.

        super(msg);
    
Methods Summary