Class RestFailure
java.lang.Object
com.peterphi.std.guice.restclient.jaxb.RestFailure
Wire type for the common REST exception representation
-
Field Summary
Modifier and TypeFieldDescriptionList<javax.xml.bind.JAXBElement<?>>
long
The numeric code associated with this exceptionint
The HTTP code associated with this exceptionThe unique id assigned to this exceptionThe throwing server and/or application -
Constructor Summary
-
Method Summary
-
Field Details
-
id
The unique id assigned to this exception -
date
-
source
The throwing server and/or application -
errorCode
public long errorCodeThe numeric code associated with this exception -
httpCode
public int httpCodeThe HTTP code associated with this exception -
exception
-
any
-
-
Constructor Details
-
RestFailure
public RestFailure()
-