public class IntrospectionException extends OperationsException
MBeanXXXInfo classes.| Constructor and Description |
|---|
IntrospectionException()
Constructs a new
IntrospectionException. |
IntrospectionException(java.lang.String message)
Constructs a new
IntrospectionException
with the specified message. |
public IntrospectionException()
IntrospectionException.public IntrospectionException(java.lang.String message)
IntrospectionException
with the specified message.message - the error message to give to the user.