org.glassfish.jersey.examples.exception
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exceptions.MySubExceptionMapper
public Exceptions.MySubExceptionMapper()
toResponse
public Response toResponse(Exceptions.MySubException exception)
- Specified by:
toResponse in interface ExceptionMapper<Exceptions.MySubException>
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.