Class DuplicateServerException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateServerException
    extends Exception
    Thrown to indicate that the specified agent server already exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateServerException

        public DuplicateServerException()
        Constructs a new DuplicateServerException with no detail message.
      • DuplicateServerException

        public DuplicateServerException​(String s)
        Constructs a new DuplicateServerException with the specified detail message.
        Parameters:
        s - the detail message.