FileDocCategorySizeDatePackage
MBeanRuntimeException.javaAPI DocGlassfish v2 API3763Fri May 04 22:25:38 BST 2007com.sun.enterprise.admin.runtime

MBeanRuntimeException

public class MBeanRuntimeException extends Exception

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

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

param
msg the detail message.

        super(msg);
    
Methods Summary