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 ?
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SSHException(String message, Throwable cause)
message
- messagecause
- causepublic SSHException(String message)
message
- messagepublic SSHException(Throwable cause)
cause
- causeCopyright © 1999–2020 CodeLutin. All rights reserved.