Package 

Class FirebaseUiException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class FirebaseUiException
    extends Exception
                        

    Base class for all FirebaseUI exceptions.

    • Method Summary

      Modifier and Type Method Description
      final int getErrorCode()
      • 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
    • Constructor Detail

      • FirebaseUiException

        FirebaseUiException(int code)
      • FirebaseUiException

        FirebaseUiException(int code, String message)
      • FirebaseUiException

        FirebaseUiException(int code, Throwable cause)
      • FirebaseUiException

        FirebaseUiException(int code, String message, Throwable cause)