public class SshException extends Exception
SshException class.
Constructor and Description |
---|
SshException()
Constructor for SshException.
|
SshException(String message)
Constructor for SshException.
|
SshException(String message,
Throwable cause)
Constructor for SshException.
|
SshException(Throwable cause)
Constructor for SshException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SshException()
Constructor for SshException.
public SshException(String message)
Constructor for SshException.
message
- a String
object.public SshException(Throwable cause)
Constructor for SshException.
cause
- a Throwable
object.Copyright © 2017. All rights reserved.