Uses of Class
error.GlobalpingApiError
Packages that use GlobalpingApiError
-
Uses of GlobalpingApiError in Unnamed Package
Methods in Unnamed Package that throw GlobalpingApiErrorModifier and TypeMethodDescription<T extends GlobalpingResponse>
THttpClient.sendRequest(GlobalpingRequest request, Class<T> cl) The only public method in this class sends a request and parses the response into expected class of type parameter. -
Uses of GlobalpingApiError in error
Subclasses of GlobalpingApiError in errorModifier and TypeClassDescriptionclassThis class represents an exception that occurs on Globalping service when a forbidden resource/operation is performed.classThis class represents an internal server error occurred on Globalping service.classThis class represents an exception that occurs on Globalping service when a resource/operation is not found.classThis class represents an exception that occurs on Globalping service when no suitable probes are found.classThis class represents an exception that occurs on Globalping service when too many requests are sent triggering rate limiting behaviour.classThis class represents an exception that occurs on Globalping service when a resource/operation needs an authorization and none provided.classThis class represents an exception that occurs on Globalping service when a resource/operation request is made with incorrect payload.Methods in error that throw GlobalpingApiErrorModifier and TypeMethodDescriptionstatic voidGlobalpingApiError.raise(ByteArrayOutputStream responseStream, HttpURLConnection conn) This public method is used to trigger an exception depending on the Gloobalping service response.Constructors in error that throw GlobalpingApiErrorModifierConstructorDescriptionGlobalpingApiError(ByteArrayOutputStream responseStream, HttpURLConnection conn)