Class AsyncStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.runtime.asyncprocessing.AsyncStateException
All Implemented Interfaces:
Serializable

public class AsyncStateException extends RuntimeException
An exception for wrapping exceptions that are thrown by StateFuture callback framework.
See Also:
  • Constructor Details

    • AsyncStateException

      public AsyncStateException(Throwable cause)
    • AsyncStateException

      public AsyncStateException(String message, Throwable cause)
  • Method Details