Class ReturnCodeMappingUnavailableException

    • Constructor Detail

      • ReturnCodeMappingUnavailableException

        protected ReturnCodeMappingUnavailableException​(String newErrorCode,
                                                        String messageFormat,
                                                        Throwable cause,
                                                        Object[] exceptionDataEN,
                                                        Object[] exceptionData)
      • ReturnCodeMappingUnavailableException

        public ReturnCodeMappingUnavailableException​(Throwable cause,
                                                     String expression)
        An error was encountered while evaluating the return code mapping.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        expression - Expression that could not be evaluated.