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