Package ai.nextbillion.maps.errors
Class AccessNotConfiguredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ai.nextbillion.maps.errors.ApiException
ai.nextbillion.maps.errors.AccessNotConfiguredException
- All Implemented Interfaces:
java.io.Serializable
public class AccessNotConfiguredException extends ApiException
Indicates that the API call was not configured for the supplied credentials and environmental
conditions. Check the error message for details.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AccessNotConfiguredException(java.lang.String errorMessage) -
Method Summary
-
Constructor Details
-
AccessNotConfiguredException
public AccessNotConfiguredException(java.lang.String errorMessage)
-