org.skyscreamer.yoga.demo.resteasy.resources
Class EntityCountExceededExceptionExceptionMapper

java.lang.Object
  extended by org.skyscreamer.yoga.demo.resteasy.resources.EntityCountExceededExceptionExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<EntityCountExceededException>

@Provider
public class EntityCountExceededExceptionExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<EntityCountExceededException>


Constructor Summary
EntityCountExceededExceptionExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(EntityCountExceededException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityCountExceededExceptionExceptionMapper

public EntityCountExceededExceptionExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(EntityCountExceededException exception)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<EntityCountExceededException>


Copyright © 2013. All Rights Reserved.