FileDocCategorySizeDatePackage
MBeanConfigInstanceNotFoundException.javaAPI DocGlassfish v2 API4061Fri May 04 22:25:34 BST 2007com.sun.enterprise.admin.config

MBeanConfigInstanceNotFoundException

public class MBeanConfigInstanceNotFoundException extends MBeanConfigException

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

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

param
msg the detail message.

        super(msg);
    
Methods Summary