Class ResultNotReadyExceptionMapper

    • Constructor Detail

      • ResultNotReadyExceptionMapper

        public ResultNotReadyExceptionMapper()
    • Method Detail

      • toResponse

        @Produces({"application/xml","application/json"})
        public javax.ws.rs.core.Response toResponse​(ResultNotReadyException exception)
        Specified by:
        toResponse in interface javax.ws.rs.ext.ExceptionMapper<ResultNotReadyException>