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

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

@Provider
public class OperationFailedExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<OperationFailedException>


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

Constructor Detail

OperationFailedExceptionMapper

public OperationFailedExceptionMapper()
Method Detail

toResponse

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


Copyright © 2013 Atlassian. All Rights Reserved.