Class CustomExceptionMapper

Object
CustomExceptionMapper
All Implemented Interfaces:
ExceptionMapper<Exception>

@Provider public class CustomExceptionMapper extends Object implements ExceptionMapper<Exception>
Author:
maartenl
  • Constructor Details

    • CustomExceptionMapper

      public CustomExceptionMapper()
  • Method Details

    • toResponse

      public Response toResponse(Exception arg0)
      Specified by:
      toResponse in interface ExceptionMapper<Exception>