Package ai.nextbillion.maps.errors
Class InvalidRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ai.nextbillion.maps.errors.ApiException
ai.nextbillion.maps.errors.InvalidRequestException
- All Implemented Interfaces:
java.io.Serializable
public class InvalidRequestException extends ApiException
Indicates that the API received a malformed request.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidRequestException(java.lang.String errorMessage) -
Method Summary
-
Constructor Details
-
InvalidRequestException
public InvalidRequestException(java.lang.String errorMessage)
-