Class CollectRequestResponse
- java.lang.Object
-
- fr.gouv.vitam.collect.common.exception.CollectRequestResponse
-
public class CollectRequestResponse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COLLECT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.ws.rs.core.Response
toResponseOK(java.lang.Object entity)
static javax.ws.rs.core.Response
toVitamError(javax.ws.rs.core.Response.Status status, java.lang.String message)
-
-
-
Field Detail
-
COLLECT
public static final java.lang.String COLLECT
- See Also:
- Constant Field Values
-
-