Class HttpUnknownError

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

public class HttpUnknownError
extends HttpError
HttpUnknownError should be created when a RESTDataConnector fails with an unknown response code
Since:
V5.13
See Also:
Serialized Form
  • Constructor Summary

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

    • HttpUnknownError

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