Class ShortCircuitIterationException

    • Constructor Summary

      Constructors 
      Constructor Description
      ShortCircuitIterationException()
      Creates a new ShortCircuitIterationException.
       message)
      Constructs a new ShortCircuitIterationException.
       message,  cause)
      Constructs a new ShortCircuitIterationException.
       cause)
      Constructs a new ShortCircuitIterationException.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • ShortCircuitIterationException

        public ShortCircuitIterationException()
        Creates a new ShortCircuitIterationException.
      • ShortCircuitIterationException

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

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

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