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

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

@Provider
public class NestedGroupsNotSupportedExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<NestedGroupsNotSupportedException>


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

Constructor Detail

NestedGroupsNotSupportedExceptionMapper

public NestedGroupsNotSupportedExceptionMapper()
Method Detail

toResponse

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


Copyright © 2012 Atlassian. All Rights Reserved.