FileDocCategorySizeDatePackage
IntrospectionException.javaAPI DocJava SE 5 API791Fri Aug 26 14:57:32 BST 2005javax.management

IntrospectionException

public class IntrospectionException extends OperationsException
An exception occurred during the introspection of an MBean.
since
1.5

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.

param
message the detail message.

	super(message);
    
Methods Summary