Class HttpNotFoundError

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.HttpNotFoundError
All Implemented Interfaces:
java.io.Serializable

public class HttpNotFoundError
extends HttpError
NotFoundError should be created when a RESTDataConnector fails with an Not Found response code, i.e 404
Since:
V5.13
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    HttpNotFoundError​(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

    • HttpNotFoundError

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