Package com.blukii.sdk.common
Class UnverifiedApiKeyException.NoInternetConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.blukii.sdk.common.UnverifiedApiKeyException.NoInternetConnectionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UnverifiedApiKeyException
public static class UnverifiedApiKeyException.NoInternetConnectionException
extends IllegalStateException
Exception that is thrown if the API key can not be verified because
of missing internet connection.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoInternetConnectionException
public NoInternetConnectionException()
-