Class ComputationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.distributed.ComputationException
All Implemented Interfaces:
Serializable

public class ComputationException extends Exception
Exception thrown when a distributed task computation fails.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • ComputationException

      public ComputationException(String message)
      Constructs a new ComputationException with the specified message.
      Parameters:
      message - the error message
    • ComputationException

      public ComputationException(String message, Throwable cause)
      Constructs a new ComputationException with the specified message and cause.
      Parameters:
      message - the error message
      cause - the underlying cause