javax.management
Class InstanceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.management.JMException
              extended by javax.management.OperationsException
                  extended by javax.management.InstanceNotFoundException
All Implemented Interfaces:
Serializable

public class InstanceNotFoundException
extends OperationsException

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

Version:
$Revision: 57200 $
Author:
Adrian Brock
See Also:
MBeanServer, Serialized Form

Constructor Summary
InstanceNotFoundException()
          Construct a new InstanceNotFoundException with no message.
InstanceNotFoundException(String message)
          Construct a new InstanceNotFoundException with the given message.
 
Method Summary
 
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(String message)
Construct a new InstanceNotFoundException with the given message.

Parameters:
message - the error message.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.