Package com.zeroc.Ice

Class VersionMismatchException

All Implemented Interfaces:
Serializable, Cloneable

public class VersionMismatchException extends LocalException
This exception is raised if the Ice library version does not match the version in the Ice header files.
See Also:
  • Constructor Details

    • VersionMismatchException

      public VersionMismatchException()
    • VersionMismatchException

      public VersionMismatchException(Throwable cause)
  • Method Details

    • ice_id

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