public class SshAuthenticationException extends SshException
| Constructor and Description |
|---|
SshAuthenticationException()
Default constructor.
|
SshAuthenticationException(String message)
Standard constructor.
|
SshAuthenticationException(String message,
Throwable cause)
Standard constructor.
|
SshAuthenticationException(Throwable cause)
Standard constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SshAuthenticationException()
public SshAuthenticationException(String message)
message - the messageSshException.SshException(java.lang.String)public SshAuthenticationException(String message, Throwable cause)
message - the message.cause - the cause.SshException.SshException(java.lang.String, java.lang.Throwable)public SshAuthenticationException(Throwable cause)
cause - the cause.SshException.SshException(java.lang.Throwable)Copyright © 2004-2015 Hudson. All Rights Reserved.