Package net.officefloor.jaxrs.procedure
Class JaxRsProcedureExceptionMapper.OfficeFloorJaxRsError
- java.lang.Object
-
- net.officefloor.jaxrs.procedure.JaxRsProcedureExceptionMapper.OfficeFloorJaxRsError
-
- Enclosing class:
- JaxRsProcedureExceptionMapper
public static class JaxRsProcedureExceptionMapper.OfficeFloorJaxRsError extends java.lang.Object
Error entity for JAX-RS failure.
-
-
Constructor Summary
Constructors Constructor Description OfficeFloorJaxRsError(java.lang.String error)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getError()
Obtains the error.
-