Class InvalidHostException

  • All Implemented Interfaces:
    FieldContainer, java.io.Serializable

    public class InvalidHostException
    extends APIConnectionException
    Exception indicating that an invalid value for the --hostname option was used with a command being executed.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidHostException

        public InvalidHostException()
        Default constructor.
      • InvalidHostException

        public InvalidHostException​(java.lang.String msg)
        Default constructor.
        Parameters:
        msg - The exception message.
      • InvalidHostException

        public InvalidHostException​(java.lang.Throwable t)
        Default constructor.
        Parameters:
        t - The linked Throwable object.