net.schmizz.sshj.common
Class SSHRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.schmizz.sshj.common.SSHRuntimeException
- All Implemented Interfaces:
- Serializable
public class SSHRuntimeException
- extends RuntimeException
Represents unrecoverable exceptions in the net.schmizz.sshj
package.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SSHRuntimeException
public SSHRuntimeException()
SSHRuntimeException
public SSHRuntimeException(String message)
SSHRuntimeException
public SSHRuntimeException(String message,
Throwable cause)
SSHRuntimeException
public SSHRuntimeException(Throwable cause)
Copyright © 2009-2012. All Rights Reserved.