public final class FormatMismatch extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable
CodecOperations.decode(byte[])
or CodecOperations.decode_value(byte[], org.omg.CORBA.TypeCode) when the data in the
octet sequence cannot be decoded into Any.CodecOperations,
Serialized Form| Constructor and Description |
|---|
FormatMismatch()
Create FormatMismatch with no explaining message.
|
FormatMismatch(java.lang.String why)
Create the FormatMismatch with explaining message and all fields
initialised to the given values.
|
public FormatMismatch()
public FormatMismatch(java.lang.String why)
why - a string, explaining, why this exception has been thrown.