Class Exceptions.MySubExceptionMapper
- java.lang.Object
-
- org.glassfish.jersey.examples.exception.Exceptions.MySubExceptionMapper
-
- All Implemented Interfaces:
ExceptionMapper<Exceptions.MySubException>
- Enclosing class:
- Exceptions
@Provider public static class Exceptions.MySubExceptionMapper extends Object implements ExceptionMapper<Exceptions.MySubException>
-
-
Constructor Summary
Constructors Constructor Description MySubExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponsetoResponse(Exceptions.MySubException exception)
-
-
-
Method Detail
-
toResponse
public Response toResponse(Exceptions.MySubException exception)
- Specified by:
toResponsein interfaceExceptionMapper<Exceptions.MySubException>
-
-