Class UnknownServerException

  • All Implemented Interfaces:
    Serializable

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

      • UnknownServerException

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

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