Class CryptoManagerPasswordException

All Implemented Interfaces:
Serializable

public class CryptoManagerPasswordException extends CryptoManagerException
See Also:
  • Field Details

    • incorrect

      private final boolean incorrect
  • Constructor Details

    • CryptoManagerPasswordException

      public CryptoManagerPasswordException(boolean _incorrect, String _str)
    • CryptoManagerPasswordException

      public CryptoManagerPasswordException(boolean _incorrect, String _str, Throwable _cause)
  • Method Details

    • wasIncorrect

      public boolean wasIncorrect()