Package com.apple.foundationdb.util
Class CallbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.util.CallbackException
- All Implemented Interfaces:
Serializable
Exception thrown when the
CallbackUtils.invokeAll(List) method catches an exception.
This exception will have the cause set to the first exception thrown during invokeAll and any further
exception thrown will be added as Suppressed.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CallbackException
-