com.atlassian.bamboo.plugins.rest.common.exception
Class NotFoundExceptionMapper

java.lang.Object
  extended by com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<NotFoundException>
      extended by com.atlassian.bamboo.plugins.rest.common.exception.NotFoundExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<NotFoundException>

@Provider
public class NotFoundExceptionMapper
extends AbstractExceptionMapper<NotFoundException>

User: mwent Date: Apr 20, 2009 Time: 11:14:10 AM


Constructor Summary
NotFoundExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(NotFoundException exception)
           
 
Methods inherited from class com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper
getMediaType, never
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotFoundExceptionMapper

public NotFoundExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(NotFoundException exception)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.