Class AdapterNotExistException

All Implemented Interfaces:
Serializable

public class AdapterNotExistException extends UserException
The exception that is thrown when IceGrid does not know an object adapter with the provided adapter ID.
See Also:
  • Field Details

    • id

      public String id
      The adapter ID.
  • Constructor Details

    • AdapterNotExistException

      public AdapterNotExistException()
      Constructs a AdapterNotExistException.
    • AdapterNotExistException

      public AdapterNotExistException(String id)
      Constructs a AdapterNotExistException with values for all its fields.
      Parameters:
      id - The adapter ID.
  • Method Details

    • ice_id

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