Package org.bouncycastle.pkcs
Class PKCSIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.bouncycastle.pkcs.PKCSIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class PKCSIOException extends java.io.IOException
General IOException thrown in the cert package and its sub-packages.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PKCSIOException(java.lang.String msg)
PKCSIOException(java.lang.String msg, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-