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