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

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

@Provider
public class DirectoryNotFoundExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<DirectoryNotFoundException>


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

Constructor Detail

DirectoryNotFoundExceptionMapper

public DirectoryNotFoundExceptionMapper()
Method Detail

toResponse

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


Copyright © 2013 Atlassian. All Rights Reserved.