com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh
Class SshException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SshAuthenticationException, SshConnectException

public class SshException
extends IOException

Base class for "controlled" exceptions in SshConnection.

Author:
Robert Sandell <robert.sandell@sonyericsson.com>
See Also:
Serialized Form

Constructor Summary
SshException()
          Default constructor.
SshException(String message)
          Standard constructor.
SshException(String message, Throwable cause)
          Standard constructor.
SshException(Throwable cause)
          Standard constructor.
 
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(Throwable cause)
Standard constructor.

Parameters:
cause - the cause.
See Also:
IOException.IOException(java.lang.Throwable)

SshException

public SshException(String message,
                    Throwable cause)
Standard constructor.

Parameters:
message - the message.
cause - the cause.
See Also:
IOException.IOException(java.lang.String, java.lang.Throwable)

SshException

public SshException(String message)
Standard constructor.

Parameters:
message - the message.
See Also:
IOException.IOException(java.lang.String)

SshException

public SshException()
Default constructor.



Copyright © 2004-2012 Hudson. All Rights Reserved.