Class HostNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class HostNotFoundException
    extends MsgException
    This exception is raised when looking for a non-existing host.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HostNotFoundException()
      Constructs an HostNotFoundException without a detail message.
      HostNotFoundException​(java.lang.String s)
      Constructs an HostNotFoundException with a detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HostNotFoundException

        public HostNotFoundException()
        Constructs an HostNotFoundException without a detail message.
      • HostNotFoundException

        public HostNotFoundException​(java.lang.String s)
        Constructs an HostNotFoundException with a detail message.