fr.ifremer.isisfish.util.ssh
Class SSHException

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

public class SSHException
extends Exception

SSHException.

Version:
$Revision: 2705 $ Last update : $Date: 2009-10-27 18:50:23 +0100 (mar., 27 oct. 2009) $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

Constructor Summary
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 ?
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 1999-2010 CodeLutin. All Rights Reserved.