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

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

@Provider
public class GroupNotFoundExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<GroupNotFoundException>


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

Constructor Detail

GroupNotFoundExceptionMapper

public GroupNotFoundExceptionMapper()
Method Detail

toResponse

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


Copyright © 2013 Atlassian. All Rights Reserved.