Class ExceptionHandlerHelper


  • public class ExceptionHandlerHelper
    extends Object
    Author:
    Svetlana Dorokhova.
    • Method Detail

      • getResponse

        public javax.ws.rs.core.Response getResponse​(Throwable throwable)
      • provideExceptionCode

        protected void provideExceptionCode​(Throwable throwable,
                                            ExceptionDto exceptionDto)
      • getStatus

        public javax.ws.rs.core.Response.Status getStatus​(Throwable exception)
      • getStatus

        public javax.ws.rs.core.Response.Status getStatus​(org.camunda.bpm.engine.ProcessEngineException exception)
      • getStatus

        public javax.ws.rs.core.Response.Status getStatus​(RestException exception)