@Provider public static class Exceptions.MyExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<Exceptions.MyException>
| Constructor and Description |
|---|
MyExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(Exceptions.MyException exception) |
public javax.ws.rs.core.Response toResponse(Exceptions.MyException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<Exceptions.MyException>Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.