org.apache.sshd.common
Class RuntimeSshException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.