Class JBatchExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<javax.batch.operations.BatchRuntimeException>

    public class JBatchExceptionMapper
    extends Object
    implements javax.ws.rs.ext.ExceptionMapper<javax.batch.operations.BatchRuntimeException>
    • Constructor Detail

      • JBatchExceptionMapper

        public JBatchExceptionMapper()
    • Method Detail

      • toResponse

        public javax.ws.rs.core.Response toResponse​(javax.batch.operations.BatchRuntimeException e)
        Specified by:
        toResponse in interface javax.ws.rs.ext.ExceptionMapper<javax.batch.operations.BatchRuntimeException>