Package org.apache.flink.runtime.state
Class BackendBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.flink.runtime.state.BackendBuildingException
- All Implemented Interfaces:
Serializable
Exceptions which indicate that a state backend building has failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBackendBuildingException(String message) BackendBuildingException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackendBuildingException
-
BackendBuildingException
-