Class CallbackException

All Implemented Interfaces:
Serializable

public class CallbackException extends RuntimeException
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 Details

    • CallbackException

      public CallbackException(Throwable cause)