Class 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:
    Serialized Form
    • Constructor Detail

      • DataStoreUnavailableException

        public DataStoreUnavailableException​(String message,
                                             Throwable cause)