Class FidoMetadataDownloaderException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class FidoMetadataDownloaderException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.Throwable getCause()
      A Throwable that caused this exception.
      java.lang.String getMessage()  
      @NonNull FidoMetadataDownloaderException.Reason getReason()
      The reason why this exception was thrown.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getCause

        public java.lang.Throwable getCause()
        A Throwable that caused this exception. May be null.
        Overrides:
        getCause in class java.lang.Throwable
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable