Class EOFExceptionMapper

java.lang.Object
com.atlassian.bamboo.rest.common.exception.AbstractExceptionMapper<EOFException>
com.atlassian.bamboo.plugins.rest.common.exception.EOFExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<EOFException>

@Provider public class EOFExceptionMapper extends AbstractExceptionMapper<EOFException>
  • Constructor Details

    • EOFExceptionMapper

      public EOFExceptionMapper()
  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(EOFException exception)