com.mindbright.ssh2
Class SSH2FatalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.mindbright.ssh2.SSH2Exception
              extended bycom.mindbright.ssh2.SSH2FatalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SSH2CompressionException, SSH2CorruptPacketException, SSH2MacCheckException

public class SSH2FatalException
extends SSH2Exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mindbright.ssh2.SSH2Exception
rootCause
 
Constructor Summary
SSH2FatalException(java.lang.String message)
           
SSH2FatalException(java.lang.String message, java.lang.Throwable rootCause)
           
 
Methods inherited from class com.mindbright.ssh2.SSH2Exception
getRootCause
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSH2FatalException

public SSH2FatalException(java.lang.String message)

SSH2FatalException

public SSH2FatalException(java.lang.String message,
                          java.lang.Throwable rootCause)