Class AsynchronousComputationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AsynchronousComputationException
    extends ComputationException
    Wraps an exception that occurred during a computation in a different thread.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AsynchronousComputationException

        public AsynchronousComputationException​(java.lang.Throwable cause)