Class LinkExists

All Implemented Interfaces:
Serializable

public class LinkExists extends UserException
The exception that is thrown when attempting to create a link that already exists.
See Also:
  • Field Details

    • name

      public String name
      The name of the linked topic.
  • Constructor Details

    • LinkExists

      public LinkExists()
      Constructs a LinkExists.
    • LinkExists

      public LinkExists(String name)
      Constructs a LinkExists with values for all its fields.
      Parameters:
      name - The name of the linked topic.
  • 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.