Class JaxRS2NoContentExceptionSupplier
- java.lang.Object
-
- com.fasterxml.jackson.jaxrs.base.nocontent.JaxRS2NoContentExceptionSupplier
-
- All Implemented Interfaces:
NoContentExceptionSupplier
public class JaxRS2NoContentExceptionSupplier extends java.lang.Object implements NoContentExceptionSupplier
This supplier creates fair NoContentException from JaxRS 2.x
-
-
Field Summary
-
Fields inherited from interface com.fasterxml.jackson.jaxrs.base.NoContentExceptionSupplier
NO_CONTENT_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description JaxRS2NoContentExceptionSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOException
createNoContentException()
-
-
-
Method Detail
-
createNoContentException
public java.io.IOException createNoContentException()
- Specified by:
createNoContentException
in interfaceNoContentExceptionSupplier
-
-