Class SshMsgUserAuthFailure


  • public class SshMsgUserAuthFailure
    extends SshMessage
    Version:
    $Revision: 1.23 $
    Author:
    $author$
    • Field Detail

      • SSH_MSG_USERAUTH_FAILURE

        protected static final int SSH_MSG_USERAUTH_FAILURE
        See Also:
        Constant Field Values
    • Constructor Detail

      • SshMsgUserAuthFailure

        public SshMsgUserAuthFailure()
        Creates a new SshMsgUserAuthFailure object.
      • SshMsgUserAuthFailure

        public SshMsgUserAuthFailure​(java.lang.String auths,
                                     boolean partialSuccess)
                              throws InvalidMessageException
        Creates a new SshMsgUserAuthFailure object.
        Parameters:
        auths -
        partialSuccess -
        Throws:
        InvalidMessageException