Package com.zeroc.Ice

Class StringConversionException

All Implemented Interfaces:
Serializable, Cloneable

public class StringConversionException extends MarshalException
This exception is raised when a string conversion to or from UTF-8 fails during marshaling or unmarshaling.
See Also:
  • Constructor Details

    • StringConversionException

      public StringConversionException()
    • StringConversionException

      public StringConversionException(Throwable cause)
    • StringConversionException

      public StringConversionException(String reason)
    • StringConversionException

      public StringConversionException(String reason, 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.