Class Exceptions.MyExceptionMapper
java.lang.Object
org.glassfish.jersey.examples.exception.Exceptions.MyExceptionMapper
- All Implemented Interfaces:
ExceptionMapper<Exceptions.MyException>
- Enclosing class:
- Exceptions
@Provider
public static class Exceptions.MyExceptionMapper
extends Object
implements ExceptionMapper<Exceptions.MyException>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MyExceptionMapper
public MyExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponsein interfaceExceptionMapper<Exceptions.MyException>
-