com.atlassian.mywork.host.rest
Class ExceptionLogger

java.lang.Object
  extended by com.atlassian.mywork.host.rest.ExceptionLogger
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<java.lang.Exception>

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


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

Constructor Detail

ExceptionLogger

public ExceptionLogger()
Method Detail

toResponse

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


Copyright © 2012 Atlassian. All Rights Reserved.