Class NoSuchLink

All Implemented Interfaces:
Serializable, Cloneable

public class NoSuchLink extends UserException
This exception indicates that an attempt was made 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()
    • NoSuchLink

      public NoSuchLink(Throwable cause)
    • NoSuchLink

      public NoSuchLink(String name)
    • NoSuchLink

      public NoSuchLink(String name, 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.