Package com.castlabs.android.network
Class ConnectivityRegainedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.castlabs.android.network.ConnectivityRegainedException
- All Implemented Interfaces:
- Serializable
This exception is thrown as a marker when the player lost connectivity, was waiting to
 re-gain it, and then got it back. In these cases, we need to throw an IOException to indicate
 that a connection needs to be re-established.
- Since:
- 3.1.2
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConnectivityRegainedExceptionpublic ConnectivityRegainedException()
 
-