Class JaxRS1NoContentExceptionSupplier
- java.lang.Object
-
- com.fasterxml.jackson.jaxrs.base.nocontent.JaxRS1NoContentExceptionSupplier
-
- All Implemented Interfaces:
NoContentExceptionSupplier
public class JaxRS1NoContentExceptionSupplier extends java.lang.Object implements NoContentExceptionSupplier
Create plain IOException for JaxRS 1.x becauseNoContentException
has 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 java.io.IOException
createNoContentException()
-
-
-
Method Detail
-
createNoContentException
public java.io.IOException createNoContentException()
- Specified by:
createNoContentException
in interfaceNoContentExceptionSupplier
-
-