Class IntrospectionException

All Implemented Interfaces:
Serializable

public class IntrospectionException extends OperationsException
An exception occurred during the introspection of an MBean.
Since:
1.5
See Also:
  • Constructor Details

    • IntrospectionException

      public IntrospectionException()
      Default constructor.
    • IntrospectionException

      public IntrospectionException(String message)
      Constructor that allows a specific error message to be specified.
      Parameters:
      message - the detail message.