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

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

@Provider
public class WebApplicationErrorExceptionMapper
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<WebApplicationErrorException>


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

Constructor Detail

WebApplicationErrorExceptionMapper

public WebApplicationErrorExceptionMapper()
Method Detail

toResponse

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


Copyright © 2012 Atlassian. All Rights Reserved.