Package com.yubico.fido.metadata
Class FidoMetadataDownloaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.yubico.fido.metadata.FidoMetadataDownloaderException
-
- All Implemented Interfaces:
java.io.Serializable
public class FidoMetadataDownloaderException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFidoMetadataDownloaderException.Reason
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()AThrowablethat caused this exception.java.lang.StringgetMessage()@NonNull FidoMetadataDownloaderException.ReasongetReason()The reason why this exception was thrown.
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable
-
getReason
@NonNull public @NonNull FidoMetadataDownloaderException.Reason getReason()
The reason why this exception was thrown.
-
getCause
public java.lang.Throwable getCause()
AThrowablethat caused this exception. May be null.- Overrides:
getCausein classjava.lang.Throwable
-
-