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