javax.management.openmbean
Class InvalidOpenTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
javax.management.openmbean.InvalidOpenTypeException
- All Implemented Interfaces:
- Serializable
public class InvalidOpenTypeException
- extends IllegalArgumentException
Thrown when a open data value has an erroneous open
type.
- Since:
- 1.5
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.