org.modeshape.web.jcr.rest
Class JcrResources.NotFoundExceptionMapper

java.lang.Object
  extended by org.modeshape.web.jcr.rest.JcrResources.NotFoundExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<org.jboss.resteasy.spi.NotFoundException>
Enclosing class:
JcrResources

@Provider
public static class JcrResources.NotFoundExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<org.jboss.resteasy.spi.NotFoundException>


Constructor Summary
JcrResources.NotFoundExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(org.jboss.resteasy.spi.NotFoundException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcrResources.NotFoundExceptionMapper

public JcrResources.NotFoundExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(org.jboss.resteasy.spi.NotFoundException exception)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<org.jboss.resteasy.spi.NotFoundException>


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.