public class

OCSPException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.bouncycastle.cert.ocsp.OCSPException

Summary

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

Public Constructors

public OCSPException (String name)

public OCSPException (String name, Throwable cause)

Public Methods

public Throwable getCause ()