Class RestFailure
java.lang.Object
com.peterphi.std.guice.restclient.jaxb.RestFailure
Wire type for the common REST exception representation
- 
Field SummaryFieldsModifier and TypeFieldDescriptionList<javax.xml.bind.JAXBElement<?>>longThe numeric code associated with this exceptionintThe HTTP code associated with this exceptionThe unique id assigned to this exceptionThe throwing server and/or application
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
idThe unique id assigned to this exception
- 
date
- 
sourceThe throwing server and/or application
- 
errorCodepublic long errorCodeThe numeric code associated with this exception
- 
httpCodepublic int httpCodeThe HTTP code associated with this exception
- 
exception
- 
any
 
- 
- 
Constructor Details- 
RestFailurepublic RestFailure()
 
-