Class ShortCircuitIterationException

    • Constructor Detail

      • ShortCircuitIterationException

        public ShortCircuitIterationException()
        Creates a new ShortCircuitIterationException.
      • ShortCircuitIterationException

        public ShortCircuitIterationException​(String message)
        Constructs a new ShortCircuitIterationException.
        Parameters:
        message - the reason for the exception
      • ShortCircuitIterationException

        public ShortCircuitIterationException​(Throwable cause)
        Constructs a new ShortCircuitIterationException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • ShortCircuitIterationException

        public ShortCircuitIterationException​(String message,
                                              Throwable cause)
        Constructs a new ShortCircuitIterationException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.