Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.transport » [javadoc | source]
com.sshtools.j2ssh.transport
public class: InvalidHostFileException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.io.IOException
            com.sshtools.j2ssh.SshException
               com.sshtools.j2ssh.transport.TransportProtocolException
                  com.sshtools.j2ssh.transport.InvalidHostFileException

All Implemented Interfaces:
    Serializable

Thrown by abstract host key verifications when a host file is invalid

Constructor:
 public InvalidHostFileException(String msg) 

    Contructs the exception.

    Parameters:
    msg - the error message
    since: 0.2.0 -
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait