public final class FirebaseRestException extends FirebaseRuntimeException
FirebaseRuntimeException.ErrorCode| Constructor and Description |
|---|
FirebaseRestException(FirebaseRuntimeException.ErrorCode errorCode,
com.ning.http.client.HttpResponseStatus responseStatus) |
FirebaseRestException(FirebaseRuntimeException.ErrorCode errorCode,
com.ning.http.client.Response response) |
FirebaseRestException(FirebaseRuntimeException.ErrorCode errorCode,
java.lang.String message,
java.lang.Throwable cause) |
getErrorCodepublic FirebaseRestException(FirebaseRuntimeException.ErrorCode errorCode, com.ning.http.client.Response response) throws java.io.IOException
java.io.IOExceptionpublic FirebaseRestException(FirebaseRuntimeException.ErrorCode errorCode, com.ning.http.client.HttpResponseStatus responseStatus)
public FirebaseRestException(FirebaseRuntimeException.ErrorCode errorCode, java.lang.String message, java.lang.Throwable cause)