public final class InvalidTypeForEncoding extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable
CodecOperations.encode(org.omg.CORBA.Any) or
CodecOperations.encode_value(org.omg.CORBA.Any) when the type is not
valid for the encoding. For instance, the "wide" character string is
not a valid type for GIOP version 1.0.CodecOperations,
Serialized Form| Constructor and Description |
|---|
InvalidTypeForEncoding()
Create InvalidTypeForEncoding with no explaining message.
|
InvalidTypeForEncoding(java.lang.String why)
Create the InvalidTypeForEncoding with explaining message.
|
public InvalidTypeForEncoding()
public InvalidTypeForEncoding(java.lang.String why)
why - a string, explaining, why this exception has been thrown.