Package com.biglybt.core.security
Class CryptoManagerPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.core.security.CryptoManagerException
com.biglybt.core.security.CryptoManagerPasswordException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCryptoManagerPasswordException
(boolean _incorrect, String _str) CryptoManagerPasswordException
(boolean _incorrect, String _str, Throwable _cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
incorrect
private final boolean incorrect
-
-
Constructor Details
-
CryptoManagerPasswordException
-
CryptoManagerPasswordException
-
-
Method Details
-
wasIncorrect
public boolean wasIncorrect()
-