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

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

public class KnownHostChangedException
extends AuthenticationException

Exception related to known_host check failures.

See Also:
Serialized Form

Constructor Summary
KnownHostChangedException(String host, Throwable cause)
           
 
Method Summary
 
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(String host,
                                 Throwable cause)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.