Class AsyncAuthException

All Implemented Interfaces:
Serializable

public class AsyncAuthException extends RuntimeSshException
Author:
Apache MINA SSHD Project
See Also:
  • Field Details

    • listener

      protected transient Object listener
    • authed

      protected Boolean authed
  • Constructor Details

    • AsyncAuthException

      public AsyncAuthException()
  • Method Details

    • setAuthed

      public void setAuthed(boolean authed)
    • asListener

      protected Consumer<? super Boolean> asListener(Object listener)
    • addListener

      public void addListener(Consumer<? super Boolean> listener)