javax.management
public class InstanceNotFoundException extends OperationsException
Since: 1.5
| Constructor Summary | |
|---|---|
| InstanceNotFoundException()
Constructs a new InstanceNotFoundException. | |
| InstanceNotFoundException(String message)
Constructs a new InstanceNotFoundException
with the specified message.
| |
InstanceNotFoundException.InstanceNotFoundException
with the specified message.
Parameters: message the error message to give to the user.