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:
Serializable
public class StoreException extends RuntimeException
Exception thrown if there's an issue doing a match in store.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreException(String msg, Throwable cause)
Basic Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-