public class

PKCSIOException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.bouncycastle.pkcs.PKCSIOException

Class Overview

General IOException thrown in the cert package and its sub-packages.

Summary

Public Constructors
PKCSIOException(String msg, Throwable cause)
PKCSIOException(String msg)
Public Methods
Throwable getCause()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PKCSIOException (String msg, Throwable cause)

public PKCSIOException (String msg)

Public Methods

public Throwable getCause ()