Class BuddyPluginPasswordException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean was_incorrecte  
    • Constructor Summary

      Constructors 
      Constructor Description
      BuddyPluginPasswordException​(boolean _was_incorrecte, java.lang.String str, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean wasIncorrect()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • was_incorrecte

        private boolean was_incorrecte
    • Constructor Detail

      • BuddyPluginPasswordException

        public BuddyPluginPasswordException​(boolean _was_incorrecte,
                                            java.lang.String str,
                                            java.lang.Throwable cause)
    • Method Detail

      • wasIncorrect

        public boolean wasIncorrect()