Package com.fasterxml.jackson.jaxrs.base
Interface NoContentExceptionSupplier
-
- All Known Implementing Classes:
JaxRS1NoContentExceptionSupplier,JaxRS2NoContentExceptionSupplier
public interface NoContentExceptionSupplierImplementors of this class contains strategies for NoContentException creation
-
-
Field Summary
Fields Modifier and Type Field Description static StringNO_CONTENT_MESSAGE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOExceptioncreateNoContentException()
-
-
-
Field Detail
-
NO_CONTENT_MESSAGE
static final String NO_CONTENT_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
createNoContentException
IOException createNoContentException()
-
-