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

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

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


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

Constructor Detail

MembershipNotFoundExceptionMapper

public MembershipNotFoundExceptionMapper()
Method Detail

toResponse

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


Copyright © 2010 Atlassian. All Rights Reserved.