Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.transport » [javadoc | source]
com.sshtools.j2ssh.transport
public class: AlgorithmInitializationException [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.AlgorithmInitializationException

All Implemented Interfaces:
    Serializable

Thrown by the transport protocol if an error occurs during any type of algorithm initialization.

Constructor:
 public AlgorithmInitializationException(String msg) 

    Constructs 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