Class UnknownHostException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownHostException
    extends org.apache.maven.wagon.authentication.AuthenticationException
    Exception related to known_host check failures.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownHostException​(java.lang.String host, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class org.apache.maven.wagon.WagonException

        getCause, initCause
      • Methods inherited from class java.lang.Throwable

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

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

      • UnknownHostException

        public UnknownHostException​(java.lang.String host,
                                    java.lang.Throwable cause)