Top Description Fields Constructors
javax.management

public Class IntrospectionException

extends OperationsException
Class Inheritance

An exception occurred during the introspection of an MBean.
Since
1.5

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
IntrospectionException()

Default constructor.

public
IntrospectionException(String
the detail message.
message
)

Constructor that allows a specific error message to be specified.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.management.OperationsException.serialVersionUID.

Constructor Detail

IntrospectionExceptionback to summary
public IntrospectionException()

Default constructor.

IntrospectionExceptionback to summary
public IntrospectionException(String message)

Constructor that allows a specific error message to be specified.

Parameters
message:String

the detail message.