org.glassfish.jersey.examples.exception
Class Exceptions.MySubExceptionMapper

java.lang.Object
  extended by 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
Exceptions.MySubExceptionMapper()
           
 
Method Summary
 Response toResponse(Exceptions.MySubException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions.MySubExceptionMapper

public Exceptions.MySubExceptionMapper()
Method Detail

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.