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