Class FirebaseApplicationConfigurationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.model.exception.BaseException
dev.getelements.elements.sdk.model.exception.NotFoundException
dev.getelements.elements.sdk.model.exception.application.FirebaseApplicationConfigurationNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a Firebase application configuration cannot be found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.Creates a new instance with the given message.FirebaseApplicationConfigurationNotFoundException(String message, Throwable cause) Creates a new instance with the given message and cause.FirebaseApplicationConfigurationNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new instance.Creates a new instance with the given cause. -
Method Summary
Methods inherited from class dev.getelements.elements.sdk.model.exception.NotFoundException
getCodeMethods inherited from class dev.getelements.elements.sdk.model.exception.BaseException
forceFillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FirebaseApplicationConfigurationNotFoundException
public FirebaseApplicationConfigurationNotFoundException()Creates a new instance. -
FirebaseApplicationConfigurationNotFoundException
Creates a new instance with the given message.- Parameters:
message- the detail message
-
FirebaseApplicationConfigurationNotFoundException
Creates a new instance with the given message and cause.- Parameters:
message- the detail messagecause- the cause
-
FirebaseApplicationConfigurationNotFoundException
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 messagecause- the causeenableSuppression- whether suppression is enabledwritableStackTrace- whether the stack trace is writable
-