Class StateStoreUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.server.federation.store.StateStoreUnavailableException
All Implemented Interfaces:
Serializable

public class StateStoreUnavailableException extends IOException
Thrown when the state store is not reachable or available. Cached APIs and queries may succeed. Client should retry again later.
See Also:
  • Constructor Details

    • StateStoreUnavailableException

      public StateStoreUnavailableException(String msg)