Package org.cryptomator.cryptolib.common
Class Pkcs12PasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cryptomator.cryptolib.api.CryptoException
-
- org.cryptomator.cryptolib.common.Pkcs12Exception
-
- org.cryptomator.cryptolib.common.Pkcs12PasswordException
-
- All Implemented Interfaces:
Serializable
public class Pkcs12PasswordException extends Pkcs12Exception
Loading from PKCS12 format failed due to wrong password.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Pkcs12PasswordException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Pkcs12PasswordException
protected Pkcs12PasswordException(Throwable cause)
-
-