Package dev.array21.espocrm.client
Class RequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.array21.espocrm.client.RequestException
-
- All Implemented Interfaces:
java.io.Serializable
public class RequestException extends java.lang.ExceptionThis exception is thrown when we receive a non-200 HTTP status code from EspoCRM- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestException(int statusCode, java.lang.String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()The HTTP status code returned by EspoCRM
-