Class HttpAuthorisationError

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

public class HttpAuthorisationError
extends HttpError
HttpAuthorisationError should be created when a RESTDataConnector fails with an Authentication Error response code, for example 401
Since:
V5.13
See Also:
Serialized Form
  • Constructor Summary

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

    • HttpAuthorisationError

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