Class SSHException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.ifremer.isisfish.util.ssh.SSHException
All Implemented Interfaces:
Serializable

public class SSHException extends Exception
SSHException.
Version:
$Revision$ Last update : $Date$ By : $Author$
Author:
chatellier
See Also:
  • Constructor Details

    • SSHException

      public SSHException(String message, Throwable cause)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - message
      cause - cause
    • SSHException

      public SSHException(String message)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - message
    • SSHException

      public 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).
      Parameters:
      cause - cause