com.atlassian.crowd.plugin.rest.exception.mapper
Class ApplicationNotFoundExceptionMapper

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationNotFoundExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<ApplicationNotFoundException>

@Provider
public class ApplicationNotFoundExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<ApplicationNotFoundException>


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

Constructor Detail

ApplicationNotFoundExceptionMapper

public ApplicationNotFoundExceptionMapper()
Method Detail

toResponse

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


Copyright © 2013 Atlassian. All Rights Reserved.