Class CryptoManagerPasswordException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean incorrect  
    • 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

      • incorrect

        private final boolean incorrect
    • Constructor Detail

      • CryptoManagerPasswordException

        public CryptoManagerPasswordException​(boolean _incorrect,
                                              java.lang.String _str)
      • CryptoManagerPasswordException

        public CryptoManagerPasswordException​(boolean _incorrect,
                                              java.lang.String _str,
                                              java.lang.Throwable _cause)
    • Method Detail

      • wasIncorrect

        public boolean wasIncorrect()