Class ReductionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.ReductionException
All Implemented Interfaces:
Serializable

public class ReductionException extends RuntimeException
Thrown when there is an error during a Stream reduction operation.
See Also:
  • Constructor Details

    • ReductionException

      public ReductionException()
    • ReductionException

      public ReductionException(String message)
    • ReductionException

      public ReductionException(String message, Throwable cause)
    • ReductionException

      public ReductionException(Throwable cause)