javax.management
Class IntrospectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.OperationsException
javax.management.IntrospectionException
- All Implemented Interfaces:
- Serializable
public class IntrospectionException
- extends OperationsException
A general for all exceptions thrown during introspection
operations on management beans. For example, such an
exception may be thrown while constructing one of
the MBeanXXXInfo
classes.
- Since:
- 1.5
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IntrospectionException
public IntrospectionException()
- Constructs a new
IntrospectionException
.
IntrospectionException
public IntrospectionException(String message)
- Constructs a new
IntrospectionException
with the specified message.
- Parameters:
message
- the error message to give to the user.