Class AuthenticationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.opendaylight.netconf.shaded.sshd.common.SshException
-
- org.opendaylight.netconf.nettyutil.handler.ssh.client.AuthenticationFailedException
-
- All Implemented Interfaces:
Serializable
@Beta public class AuthenticationFailedException extends org.opendaylight.netconf.shaded.sshd.common.SshExceptionException reported when endpoint authentication fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailedException(String message)AuthenticationFailedException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.opendaylight.netconf.shaded.sshd.common.SshException
getDisconnectCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-