Package org.bouncycastle.util
Class StoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bouncycastle.util.StoreException
-
- All Implemented Interfaces:
java.io.Serializable
public class StoreException extends java.lang.RuntimeException
Exception thrown if there's an issue doing a match in store.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreException(java.lang.String msg, java.lang.Throwable cause)
Basic Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-