public class SSHException extends Exception
| Constructor and Description |
|---|
SSHException(String message)
Constructs a new exception with the specified detail message and cause.
|
SSHException(String message,
Throwable cause)
Constructs a new exception with the specified detail message.
|
SSHException(Throwable cause)
Constructs a new exception with the specified cause and a detail message
of (cause==null ? null : cause.toString()) (which typically contains the
class and detail message of cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSHException(String message, Throwable cause)
message - messagecause - causepublic SSHException(String message)
message - messagepublic SSHException(Throwable cause)
cause - causeCopyright © 1999–2013 CodeLutin. All rights reserved.