Top Description Fields Constructors Methods
javax.management

public Class MBeanRegistrationException

extends MBeanException
Class Inheritance

Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
Since
1.5

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
MBeanRegistrationException(Exception
the wrapped exception.
e
)

Creates an MBeanRegistrationException that wraps the actual java.lang.Exception.

public
MBeanRegistrationException(Exception
the wrapped exception.
e
,
String
the detail message.
message
)

Creates an MBeanRegistrationException that wraps the actual java.lang.Exception with a detailed message.

Method Summary

Inherited from javax.management.MBeanException:
getCausegetTargetException

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.management.MBeanException.serialVersionUID.

Constructor Detail

MBeanRegistrationExceptionback to summary
public MBeanRegistrationException(Exception e)

Creates an MBeanRegistrationException that wraps the actual java.lang.Exception.

Parameters
e:Exception

the wrapped exception.

MBeanRegistrationExceptionback to summary
public MBeanRegistrationException(Exception e, String message)

Creates an MBeanRegistrationException that wraps the actual java.lang.Exception with a detailed message.

Parameters
e:Exception

the wrapped exception.

message:String

the detail message.