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

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

@Provider
public class InvalidGroupExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<InvalidGroupException>


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

Constructor Detail

InvalidGroupExceptionMapper

public InvalidGroupExceptionMapper()
Method Detail

toResponse

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


Copyright © 2013 Atlassian. All Rights Reserved.