com.atlassian.confluence.ui.rest
Class LoggingExceptionMapper

java.lang.Object
  extended by com.atlassian.confluence.ui.rest.LoggingExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<java.lang.Exception>

@Provider
public class LoggingExceptionMapper
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<java.lang.Exception>


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

Constructor Detail

LoggingExceptionMapper

public LoggingExceptionMapper()
Method Detail

toResponse

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.