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

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.SshAuthenticationException
All Implemented Interfaces:
Serializable

public class SshAuthenticationException
extends SshException

Indicates that authentication failed.

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

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

SshAuthenticationException

public SshAuthenticationException()
Default constructor.


SshAuthenticationException

public SshAuthenticationException(String message)
Standard constructor.

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

SshAuthenticationException

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

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

SshAuthenticationException

public SshAuthenticationException(Throwable cause)
Standard constructor.

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


Copyright © 2004-2012 Hudson. All Rights Reserved.