org.apache.sshd.common
Class RuntimeSshException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.sshd.common.RuntimeSshException
All Implemented Interfaces:
Serializable

public class RuntimeSshException
extends RuntimeException

Exception used in the SSH client or server.

Author:
Apache MINA SSHD Project
See Also:
Serialized Form

Constructor Summary
RuntimeSshException()
           
RuntimeSshException(String message)
           
RuntimeSshException(String message, Throwable cause)
           
RuntimeSshException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeSshException

public RuntimeSshException()

RuntimeSshException

public RuntimeSshException(String message)

RuntimeSshException

public RuntimeSshException(Throwable cause)

RuntimeSshException

public RuntimeSshException(String message,
                           Throwable cause)


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