Class NoSuchServiceException

All Implemented Interfaces:
Serializable, Cloneable

public class NoSuchServiceException extends UserException
This exception is thrown if a service name does not refer to an existing service.
See Also:
  • Constructor Details

    • NoSuchServiceException

      public NoSuchServiceException()
    • NoSuchServiceException

      public NoSuchServiceException(Throwable cause)
  • Method Details

    • ice_id

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