Package com.zeroc.Ice

Class IllegalServantException

All Implemented Interfaces:
Serializable, Cloneable

public class IllegalServantException extends LocalException
This exception is raised to reject an illegal servant (typically a null servant)
See Also:
  • Field Details

    • reason

      public String reason
      Describes why this servant is illegal.
  • Constructor Details

    • IllegalServantException

      public IllegalServantException()
    • IllegalServantException

      public IllegalServantException(Throwable cause)
    • IllegalServantException

      public IllegalServantException(String reason)
    • IllegalServantException

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