Class ComputationException

All Implemented Interfaces:
Serializable

@GwtCompatible public class ComputationException extends RuntimeException
Wraps an exception that occurred during a computation.
Since:
2.0
See Also:
  • Constructor Details

    • ComputationException

      public ComputationException(@Nullable Throwable cause)
      Creates a new instance with the given cause.