Package com.zeroc.Ice

Class NoValueFactoryException

All Implemented Interfaces:
Serializable, Cloneable

public class NoValueFactoryException extends MarshalException
This exception is raised if no suitable value factory was found during unmarshaling of a Slice class instance.
See Also:
  • Field Details

    • type

      public String type
      The Slice type ID of the class instance for which no no factory could be found.
  • Constructor Details

    • NoValueFactoryException

      public NoValueFactoryException()
    • NoValueFactoryException

      public NoValueFactoryException(Throwable cause)
    • NoValueFactoryException

      public NoValueFactoryException(String reason, String type)
    • NoValueFactoryException

      public NoValueFactoryException(String reason, String type, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Overrides:
      ice_id in class MarshalException
      Returns:
      The type id of this exception.