Package ai.nextbillion.maps.errors
Class MaxElementsExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ai.nextbillion.maps.errors.ApiException
ai.nextbillion.maps.errors.MaxElementsExceededException
- All Implemented Interfaces:
java.io.Serializable
public class MaxElementsExceededException extends ApiException
Indicates that the product of origins and destinations exceeds the per-query limit.
- See Also:
- Limits, Serialized Form
-
Constructor Summary
Constructors Constructor Description MaxElementsExceededException(java.lang.String errorMessage) -
Method Summary
-
Constructor Details
-
MaxElementsExceededException
public MaxElementsExceededException(java.lang.String errorMessage)
-