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