Class AsynchronousException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TimerException

    @Internal
    public class AsynchronousException
    extends Exception
    An exception for wrapping exceptions that are thrown by an operator in threads other than the main compute thread of that operator.
    See Also:
    Serialized Form
    • Constructor Detail

      • AsynchronousException

        public AsynchronousException​(Throwable cause)
      • AsynchronousException

        public AsynchronousException​(String message,
                                     Throwable cause)