com.atlassian.jira.rest.exception
Class JiraJsonMappingExceptionMapper

java.lang.Object
  extended by com.atlassian.jira.rest.exception.JiraExceptionMapper<org.codehaus.jackson.map.JsonMappingException>
      extended by com.atlassian.jira.rest.exception.JiraJsonMappingExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<org.codehaus.jackson.map.JsonMappingException>

@Provider
public class JiraJsonMappingExceptionMapper
extends JiraExceptionMapper<org.codehaus.jackson.map.JsonMappingException>

Since:
v5.0

Constructor Summary
JiraJsonMappingExceptionMapper()
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.rest.exception.JiraExceptionMapper
toResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraJsonMappingExceptionMapper

public JiraJsonMappingExceptionMapper()


Copyright © 2002-2014 Atlassian. All Rights Reserved.