-
- All Implemented Interfaces:
-
java.io.Serializable
public class FirebaseUiException extends Exception
Base class for all FirebaseUI exceptions.
-
-
Constructor Summary
Constructors Constructor Description FirebaseUiException(int code)FirebaseUiException(int code, String message)FirebaseUiException(int code, Throwable cause)FirebaseUiException(int code, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description final intgetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getErrorCode
final int getErrorCode()
-
-
-
-