org.apache.maven.wagon.providers.ssh.knownhost
Class KnownHostChangedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.wagon.WagonException
              extended byorg.apache.maven.wagon.authentication.AuthenticationException
                  extended byorg.apache.maven.wagon.providers.ssh.knownhost.KnownHostChangedException
All Implemented Interfaces:
java.io.Serializable

public class KnownHostChangedException
extends org.apache.maven.wagon.authentication.AuthenticationException

Exception related to known_host check failures.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.wagon.WagonException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
KnownHostChangedException(java.lang.String host, java.lang.Throwable cause)
           
 
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KnownHostChangedException

public KnownHostChangedException(java.lang.String host,
                                 java.lang.Throwable cause)