Class FirebaseApplicationConfigurationNotFoundException

All Implemented Interfaces:
Serializable

public class FirebaseApplicationConfigurationNotFoundException extends NotFoundException
Thrown when a Firebase application configuration cannot be found.
See Also:
  • Constructor Details

    • FirebaseApplicationConfigurationNotFoundException

      public FirebaseApplicationConfigurationNotFoundException()
      Creates a new instance.
    • FirebaseApplicationConfigurationNotFoundException

      public FirebaseApplicationConfigurationNotFoundException(String message)
      Creates a new instance with the given message.
      Parameters:
      message - the detail message
    • FirebaseApplicationConfigurationNotFoundException

      public FirebaseApplicationConfigurationNotFoundException(String message, Throwable cause)
      Creates a new instance with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • FirebaseApplicationConfigurationNotFoundException

      public FirebaseApplicationConfigurationNotFoundException(Throwable cause)
      Creates a new instance with the given cause.
      Parameters:
      cause - the cause
    • FirebaseApplicationConfigurationNotFoundException

      public FirebaseApplicationConfigurationNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      cause - the cause
      enableSuppression - whether suppression is enabled
      writableStackTrace - whether the stack trace is writable