Save This Page
Home » openjdk-7 » javax » management » [javadoc | source]
javax.management
public class: MBeanRegistrationException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.management.JMException
            javax.management.MBeanException
               javax.management.MBeanRegistrationException

All Implemented Interfaces:
    Serializable

Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public MBeanRegistrationException(Exception e) 
    Creates an MBeanRegistrationException that wraps the actual java.lang.Exception.
    Parameters:
    e - the wrapped exception.
 public MBeanRegistrationException(Exception e,
    String message) 
    Creates an MBeanRegistrationException that wraps the actual java.lang.Exception with a detailed message.
    Parameters:
    e - the wrapped exception.
    message - the detail message.
Methods from javax.management.MBeanException:
getCause,   getTargetException
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait