Package com.zeroc.Ice
Class NoValueFactoryException
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.MarshalException
com.zeroc.Ice.NoValueFactoryException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised if no suitable value factory was found during
unmarshaling of a Slice class instance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Slice type ID of the class instance for which no no factory could be found.Fields inherited from class com.zeroc.Ice.ProtocolException
reason
-
Constructor Summary
ConstructorsConstructorDescriptionNoValueFactoryException
(String reason, String type) NoValueFactoryException
(String reason, String type, Throwable cause) NoValueFactoryException
(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
-
type
The Slice type ID of the class instance for which no no factory could be found.
-
-
Constructor Details
-
NoValueFactoryException
public NoValueFactoryException() -
NoValueFactoryException
-
NoValueFactoryException
-
NoValueFactoryException
-
-
Method Details
-
ice_id
Description copied from class:Exception
Returns the type id of this exception.- Overrides:
ice_id
in classMarshalException
- Returns:
- The type id of this exception.
-