Package com.zeroc.Ice
Class UnsupportedEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.ProtocolException
com.zeroc.Ice.UnsupportedEncodingException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception indicates an unsupported data encoding version.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe version of the unsupported encoding.The version of the encoding that is supported.Fields inherited from class com.zeroc.Ice.ProtocolException
reason
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedEncodingException
(String reason, EncodingVersion bad, EncodingVersion supported) UnsupportedEncodingException
(String reason, EncodingVersion bad, EncodingVersion supported, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
bad
The version of the unsupported encoding. -
supported
The version of the encoding that is supported.
-
-
Constructor Details
-
UnsupportedEncodingException
public UnsupportedEncodingException() -
UnsupportedEncodingException
-
UnsupportedEncodingException
-
UnsupportedEncodingException
public UnsupportedEncodingException(String reason, EncodingVersion bad, EncodingVersion supported, Throwable cause)
-
-
Method Details
-
ice_id
Description copied from class:Exception
Returns the type id of this exception.- Overrides:
ice_id
in classProtocolException
- Returns:
- The type id of this exception.
-