Class AuthenticationFailedException

  • All Implemented Interfaces:
    Serializable

    @Beta
    public class AuthenticationFailedException
    extends org.opendaylight.netconf.shaded.sshd.common.SshException
    Exception reported when endpoint authentication fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationFailedException

        public AuthenticationFailedException​(String message)
      • AuthenticationFailedException

        public AuthenticationFailedException​(String message,
                                             Throwable cause)