InstanceNotFoundExceptionpublic class InstanceNotFoundException extends OperationsException The specified MBean does not exist in the repository. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public InstanceNotFoundException()Default constructor.
super();
| public InstanceNotFoundException(String message)Constructor that allows a specific error message to be specified.
super(message);
|
|