public class

CMPException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.bouncycastle.cert.cmp.CMPException

Summary

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

Public Constructors

public CMPException (String msg, Throwable cause)

public CMPException (String msg)

Public Methods

public Throwable getCause ()