Class TimeWindowException

    • Constructor Detail

      • TimeWindowException

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

        public TimeWindowException​(Throwable cause)
        An error occurred calculating the opening or closing of a time window. This is equivalent to calling TimeWindowException(cause, "")
        Parameters:
        cause - The originating exception, null if this is the originating exception
      • TimeWindowException

        public TimeWindowException​(Throwable cause,
                                   String name)
        An error occurred calculating the opening or closing of a time window.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        name - Name of the time window.