org.apache.sshd.common
Class SshException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.sshd.common.SshException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WindowClosedException

public class SshException
extends IOException

TODO Add javadoc

Author:
Apache MINA SSHD Project
See Also:
Serialized Form

Constructor Summary
SshException()
           
SshException(int disconnectCode)
           
SshException(int disconnectCode, String message)
           
SshException(int disconnectCode, String message, Throwable cause)
           
SshException(int disconnectCode, Throwable cause)
           
SshException(String message)
           
SshException(String message, Throwable cause)
           
SshException(Throwable cause)
           
 
Method Summary
 int getDisconnectCode()
           
 
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

SshException

public SshException()

SshException

public SshException(String message)

SshException

public SshException(String message,
                    Throwable cause)

SshException

public SshException(Throwable cause)

SshException

public SshException(int disconnectCode)

SshException

public SshException(int disconnectCode,
                    String message)

SshException

public SshException(int disconnectCode,
                    Throwable cause)

SshException

public SshException(int disconnectCode,
                    String message,
                    Throwable cause)
Method Detail

getDisconnectCode

public int getDisconnectCode()


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.