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

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

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

Maps an ApplicationManagerException to a Response.


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

Constructor Detail

ApplicationManagerExceptionMapper

public ApplicationManagerExceptionMapper()
Method Detail

toResponse

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


Copyright © 2011 Atlassian. All Rights Reserved.