Class FirestoreStartTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.officefloor.nosql.firestore.test.FirestoreStartTimeoutException
All Implemented Interfaces:
Serializable

public class FirestoreStartTimeoutException extends RuntimeException
RuntimeException for Firestore timing out to start up.
Author:
Daniel Sagenschneider
See Also:
  • Constructor Details

    • FirestoreStartTimeoutException

      public FirestoreStartTimeoutException(String message, Throwable cause)
      Initiate.
      Parameters:
      message - Timeout message.
      cause - Possible error causing timeout.