com.cloudbees.jenkins.plugins.sshcredentials
Class SSHAuthenticatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticatorException
All Implemented Interfaces:
java.io.Serializable

public class SSHAuthenticatorException
extends java.lang.RuntimeException

Since:
25/10/2012 15:20
Author:
stephenc
See Also:
Serialized Form

Constructor Summary
SSHAuthenticatorException()
           
SSHAuthenticatorException(java.lang.String message)
           
SSHAuthenticatorException(java.lang.String message, java.lang.Throwable cause)
           
SSHAuthenticatorException(java.lang.Throwable cause)
           
 
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

SSHAuthenticatorException

public SSHAuthenticatorException()

SSHAuthenticatorException

public SSHAuthenticatorException(java.lang.Throwable cause)

SSHAuthenticatorException

public SSHAuthenticatorException(java.lang.String message)

SSHAuthenticatorException

public SSHAuthenticatorException(java.lang.String message,
                                 java.lang.Throwable cause)


Copyright © 2004-2013. All Rights Reserved.