javax.management

Class InstanceAlreadyExistsException

public class InstanceAlreadyExistsException extends OperationsException

Thrown when an attempt to register a bean is made, and the bean is already registered.

Since: 1.5

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

Constructor Detail

InstanceAlreadyExistsException

public InstanceAlreadyExistsException()
Constructs a new InstanceAlreadyExistsException.

InstanceAlreadyExistsException

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

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