Class JaxRS1NoContentExceptionSupplier
- java.lang.Object
-
- com.fasterxml.jackson.jaxrs.base.nocontent.JaxRS1NoContentExceptionSupplier
-
- All Implemented Interfaces:
NoContentExceptionSupplier
public class JaxRS1NoContentExceptionSupplier extends Object implements NoContentExceptionSupplier
Create plain IOException for JaxRS 1.x becauseNoContentExceptionhas been introduced in JaxRS 2.x
-
-
Field Summary
-
Fields inherited from interface com.fasterxml.jackson.jaxrs.base.NoContentExceptionSupplier
NO_CONTENT_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description JaxRS1NoContentExceptionSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOExceptioncreateNoContentException()
-
-
-
Method Detail
-
createNoContentException
public IOException createNoContentException()
- Specified by:
createNoContentExceptionin interfaceNoContentExceptionSupplier
-
-