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 byStateFuture
callback framework.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsyncStateException(String message, Throwable cause)
AsyncStateException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-