Class DataStoreUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.mdsal.common.api.DataStoreUnavailableException
All Implemented Interfaces:
Serializable

public class DataStoreUnavailableException extends Exception
This exception occurs if the datastore is temporarily unavailable. A retry of the transaction may succeed after a period of time.
See Also:
  • Constructor Details

    • DataStoreUnavailableException

      public DataStoreUnavailableException(String message, Throwable cause)