public class

ExtIOException

extends IOException
implements ExtException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.bouncycastle.jce.exception.ExtIOException

Summary

Public Constructors
ExtIOException(String message, Throwable cause)
Public Methods
Throwable getCause()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object
From interface org.bouncycastle.jce.exception.ExtException

Public Constructors

public ExtIOException (String message, Throwable cause)

Public Methods

public Throwable getCause ()