public class

InstanceNotFoundException

extends OperationsException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.JMException
         ↳ javax.management.OperationsException
           ↳ javax.management.InstanceNotFoundException

Class Overview

The specified MBean does not exist in the repository.

Summary

Public Constructors
InstanceNotFoundException()
Default constructor.
InstanceNotFoundException(String message)
Constructor that allows a specific error message to be specified.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InstanceNotFoundException ()

Default constructor.

public InstanceNotFoundException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message the detail message.