Class HttpRequestError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ebasetech.xi.exceptions.FormRuntimeException
com.ebasetech.xi.services.HttpError
com.ebasetech.xi.services.HttpRequestError
All Implemented Interfaces:
java.io.Serializable

public class HttpRequestError
extends HttpError
RequestError should be created when a RESTDataConnector fails with an generic request error response codes, i.e 400 Bad Request
Since:
V5.13
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    HttpRequestError​(java.lang.String error, int code)  
  • Method Summary

    Methods inherited from class com.ebasetech.xi.services.HttpError

    getCode, getErrorMessage

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HttpRequestError

      public HttpRequestError​(java.lang.String error, int code)