Class TimeWindowExpectedOpenWindowException

    • Constructor Detail

      • TimeWindowExpectedOpenWindowException

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

        public TimeWindowExpectedOpenWindowException​(Throwable cause)
        CalculateNextClose should only be called on an open time window. This is equivalent to calling TimeWindowExpectedOpenWindowException(cause, "")
        Parameters:
        cause - The originating exception, null if this is the originating exception
      • TimeWindowExpectedOpenWindowException

        public TimeWindowExpectedOpenWindowException​(Throwable cause,
                                                     String name)
        CalculateNextClose should only be called on an open time window.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        name - Name of the time window.