com.atlassian.jira.rest.exception
Class JiraJsonParseExceptionMapper

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

@Provider
public class JiraJsonParseExceptionMapper
extends JiraExceptionMapper<org.codehaus.jackson.JsonParseException>

Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.


Constructor Summary
JiraJsonParseExceptionMapper()
           
 
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

JiraJsonParseExceptionMapper

public JiraJsonParseExceptionMapper()


Copyright © 2002-2014 Atlassian. All Rights Reserved.