Class FidoMetadataDownloaderException

  • All Implemented Interfaces:
    java.io.Serializable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, 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