Package io.anyline.nfc.bouncycastle.util
Class StoreException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class StoreException extends RuntimeException
Exception thrown if there's an issue doing a match in store.
-
-
Constructor Summary
Constructors Constructor Description StoreException(String msg, Throwable cause)
Basic Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-