javax.management.openmbean

Class InvalidOpenTypeException

public class InvalidOpenTypeException extends IllegalArgumentException

Thrown when a open data value has an erroneous open type.

Since: 1.5

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

Constructor Detail

InvalidOpenTypeException

public InvalidOpenTypeException()
Constructs a new InvalidOpenTypeException.

InvalidOpenTypeException

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

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