Package org.bouncycastle.openssl
Class PasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.bouncycastle.openssl.PEMException
-
- org.bouncycastle.openssl.PasswordException
-
- All Implemented Interfaces:
Serializable
public class PasswordException extends PEMException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordException(String msg)
-
Method Summary
-
Methods inherited from class org.bouncycastle.openssl.PEMException
getCause, getUnderlyingException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PasswordException
public PasswordException(String msg)
-
-