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

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

@Provider
public class MembershipAlreadyExistsExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<MembershipAlreadyExistsException>


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

Constructor Detail

MembershipAlreadyExistsExceptionMapper

public MembershipAlreadyExistsExceptionMapper()
Method Detail

toResponse

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


Copyright © 2014 Atlassian. All Rights Reserved.