Package fr.ifremer.isisfish.util.ssh
Class SSHException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.ifremer.isisfish.util.ssh.SSHException
- All Implemented Interfaces:
Serializable
SSHException.
- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
- See Also:
-
Constructor Summary
ConstructorDescriptionSSHException
(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). -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSHException
Constructs a new exception with the specified detail message.- Parameters:
message
- messagecause
- cause
-
SSHException
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- message
-
SSHException
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).- Parameters:
cause
- cause
-