InstanceAlreadyExistsExceptionpublic class InstanceAlreadyExistsException extends OperationsException The MBean is already registered in the repository. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public InstanceAlreadyExistsException()Default constructor.
super();
| public InstanceAlreadyExistsException(String message)Constructor that allows a specific error message to be specified.
super(message);
|
|