InvalidOpenTypeExceptionpublic class InvalidOpenTypeException extends IllegalArgumentException implements SerializableThis runtime exception is thrown to indicate that the open type of an open data value
is not the one expected. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public InvalidOpenTypeException()An InvalidOpenTypeException with no detail message.
super();
| public InvalidOpenTypeException(String msg)An InvalidOpenTypeException with a detail message.
super(msg);
|
|