Class AbstractServiceExceptionBuilder<T extends ServiceException>

    • Field Detail

      • httpStatus

        protected int httpStatus
        The http status.
      • reason

        protected String reason
        The reason.
      • errorCode

        protected String errorCode
        The error code.
      • cause

        protected Throwable cause
        The cause.
    • Constructor Detail

      • AbstractServiceExceptionBuilder

        public AbstractServiceExceptionBuilder()