Class BackendBuildingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.flink.runtime.state.BackendBuildingException
All Implemented Interfaces:
Serializable

public class BackendBuildingException extends IOException
Exceptions which indicate that a state backend building has failed.
See Also:
  • Constructor Details

    • BackendBuildingException

      public BackendBuildingException(String message, Throwable cause)
    • BackendBuildingException

      public BackendBuildingException(String message)