public class SshException extends IOException
SshConnection.| Constructor and Description |
|---|
SshException()
Default constructor.
|
SshException(String message)
Standard constructor.
|
SshException(String message,
Throwable cause)
Standard constructor.
|
SshException(Throwable cause)
Standard constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SshException(Throwable cause)
cause - the cause.IOException.IOException(java.lang.Throwable)public SshException(String message, Throwable cause)
message - the message.cause - the cause.IOException.IOException(java.lang.String, java.lang.Throwable)public SshException(String message)
message - the message.IOException.IOException(java.lang.String)public SshException()
Copyright © 2004-2015 Hudson. All Rights Reserved.