public class IntrospectionException extends OperationsException
MBeanXXXInfo classes.| Constructor and Description |
|---|
IntrospectionException()
Constructs a new
IntrospectionException. |
IntrospectionException(String message)
Constructs a new
IntrospectionException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IntrospectionException()
IntrospectionException.public IntrospectionException(String message)
IntrospectionException
with the specified message.message - the error message to give to the user.