Class SafeComputable.ComputeInterruptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
space.maxus.flare.util.SafeComputable.ComputeInterruptionException
All Implemented Interfaces:
Serializable
Enclosing interface:
SafeComputable<I,O>

public static final class SafeComputable.ComputeInterruptionException extends RuntimeException
Thrown when error occurs inside SafeComputable
See Also:
  • Constructor Details

    • ComputeInterruptionException

      public ComputeInterruptionException()
    • ComputeInterruptionException

      public ComputeInterruptionException(String message)
    • ComputeInterruptionException

      public ComputeInterruptionException(Throwable cause)
    • ComputeInterruptionException

      public ComputeInterruptionException(String message, Throwable cause)