Class ExceptionHandlerHelper


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

      • getResponse

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

        protected void provideExceptionCode​(java.lang.Throwable throwable,
                                            ExceptionDto exceptionDto)
      • getCode

        protected java.lang.Integer getCode​(java.lang.Throwable throwable)
      • fromException

        public ExceptionDto fromException​(java.lang.Throwable e)
      • getStatus

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

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