Package com.blukii.sdk.common
Class UnverifiedApiKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.blukii.sdk.common.UnverifiedApiKeyException
- All Implemented Interfaces:
Serializable
Exception that is thrown if the API key is not correct.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Exception that is thrown if the API key can not be verified because of missing internet connection. -
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
-
UnverifiedApiKeyException
public UnverifiedApiKeyException()
-