public abstract class FirebaseRuntimeException
extends java.lang.RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
FirebaseRuntimeException.ErrorCode
Enum describing the different errors that can occur within this library.
|
| Constructor and Description |
|---|
FirebaseRuntimeException(FirebaseRuntimeException.ErrorCode errorCode,
java.lang.String message) |
FirebaseRuntimeException(FirebaseRuntimeException.ErrorCode errorCode,
java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
FirebaseRuntimeException.ErrorCode |
getErrorCode() |
public FirebaseRuntimeException(FirebaseRuntimeException.ErrorCode errorCode, java.lang.String message)
public FirebaseRuntimeException(FirebaseRuntimeException.ErrorCode errorCode, java.lang.String message, java.lang.Throwable cause)
public FirebaseRuntimeException.ErrorCode getErrorCode()