Package com.ebasetech.xi.services
Class HttpServerError
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.HttpServerError
- All Implemented Interfaces:
java.io.Serializable
public class HttpServerError extends HttpError
HttpServerError
should be created when a RESTDataConnector
fails with an generic server error response codes, i.e 500 Server Error- Since:
- V5.13
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description HttpServerError(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
-
HttpServerError
public HttpServerError(java.lang.String error, int code)
-