Secure iNet Factory

com.jscape.inet.ssh.transport
Class InvalidHostKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.jscape.inet.ssh.transport.TransportException
                  extended by com.jscape.inet.ssh.transport.InvalidHostKeyException
All Implemented Interfaces:
java.io.Serializable

public class InvalidHostKeyException
extends TransportException

Extends TransportException. It is thrown when host key validation returns false.

Author:
Alvaro
See Also:
Serialized Form

Constructor Summary
InvalidHostKeyException(java.lang.String message)
          Creates a new InvalidHostKeyException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidHostKeyException

public InvalidHostKeyException(java.lang.String message)
Creates a new InvalidHostKeyException.

Parameters:
message - The message value.

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved