Package com.zeroc.Ice

Class IllegalIdentityException

All Implemented Interfaces:
Serializable, Cloneable

public class IllegalIdentityException extends LocalException
This exception is raised if an illegal identity is encountered.
See Also:
  • Field Details

    • id

      public Identity id
      The illegal identity.
  • Constructor Details

    • IllegalIdentityException

      public IllegalIdentityException()
    • IllegalIdentityException

      public IllegalIdentityException(Throwable cause)
    • IllegalIdentityException

      public IllegalIdentityException(Identity id)
    • IllegalIdentityException

      public IllegalIdentityException(Identity id, 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.