Class InvalidInstanceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.creditcall.chipdnamobile.InvalidInstanceException
All Implemented Interfaces:
Serializable

public class InvalidInstanceException extends RuntimeException
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: