public class

CertIOException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.bouncycastle.cert.CertIOException

Class Overview

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

Summary

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

Public Constructors

public CertIOException (String msg, Throwable cause)

public CertIOException (String msg)

Public Methods

public Throwable getCause ()