javax.management

Class InstanceNotFoundException

public class InstanceNotFoundException extends OperationsException

Thrown when an attempt to locate a bean is made, and the bean does not exist in the repository.

Since: 1.5

Constructor Summary
InstanceNotFoundException()
Constructs a new InstanceNotFoundException.
InstanceNotFoundException(String message)
Constructs a new InstanceNotFoundException with the specified message.

Constructor Detail

InstanceNotFoundException

public InstanceNotFoundException()
Constructs a new InstanceNotFoundException.

InstanceNotFoundException

public InstanceNotFoundException(String message)
Constructs a new InstanceNotFoundException with the specified message.

Parameters: message the error message to give to the user.