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

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
                  extended by com.sonyericsson.hudson.plugins.gerrit.gerritevents.ssh.SshConnectException
All Implemented Interfaces:
Serializable

public class SshConnectException
extends SshException

SshException related to connection issues.

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

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

SshConnectException

public SshConnectException()
Default constructor.


SshConnectException

public SshConnectException(String message)
Standard constructor.

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

SshConnectException

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

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

SshConnectException

public SshConnectException(Throwable cause)
Standard constructor.

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


Copyright © 2004-2012 Hudson. All Rights Reserved.