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

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

@Provider
public class UserNotFoundExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<UserNotFoundException>


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

Constructor Detail

UserNotFoundExceptionMapper

public UserNotFoundExceptionMapper()
Method Detail

toResponse

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


Copyright © 2013 Atlassian. All Rights Reserved.