Package com.creditcall.chipdnamobile
Class InvalidInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.creditcall.chipdnamobile.InvalidInstanceException
- All Implemented Interfaces:
Serializable
This exception is thrown when a method is called on an invalid instance of
ChipDnaMobile. An instance is invalidated when a configuration update has
been performed and ChipDnaMobile.getInstance() should be used to obtain a
new valid instance.
- Author:
- Creditcall Ltd
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString