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