javax.management
Class InstanceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.management.JMException (src) 
              extended byjavax.management.OperationsException (src) 
                  extended byjavax.management.InstanceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class InstanceNotFoundException
extends OperationsException (src)

Thrown when an MBean is not registered with the specified ObjectName.

See Also:
MBeanServer (src) , Serialized Form

Constructor Summary
InstanceNotFoundException()
          Construct a new InstanceNotFoundException with no message.
InstanceNotFoundException(java.lang.String message)
          Construct a new InstanceNotFoundException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceNotFoundException

public InstanceNotFoundException()
Construct a new InstanceNotFoundException with no message.


InstanceNotFoundException

public InstanceNotFoundException(java.lang.String message)
Construct a new InstanceNotFoundException with the given message.

Parameters:
message - the error message.