IntrospectionExceptionpublic class IntrospectionException extends OperationsException An exception occurred during the introspection of an MBean. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public IntrospectionException()Default constructor.
super();
| public IntrospectionException(String message)Constructor that allows a specific error message to be specified.
super(message);
|
|