Class NoSuchLink

All Implemented Interfaces:
Serializable

public class NoSuchLink extends UserException
The exception that is thrown when attempting to remove a link that does not exist.
See Also:
  • Field Details

    • name

      public String name
      The name of the link that does not exist.
  • Constructor Details

    • NoSuchLink

      public NoSuchLink()
      Constructs a NoSuchLink.
    • NoSuchLink

      public NoSuchLink(String name)
      Constructs a NoSuchLink with values for all its fields.
      Parameters:
      name - The name of the link that does not exist.
  • 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.