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 final 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 protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.ThrowablegetCause()AThrowablethat caused this exception.java.lang.StringgetMessage()@NonNull FidoMetadataDownloaderException.ReasongetReason()The reason why this exception was thrown.inthashCode()java.lang.StringtoString()
-
-
-
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
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-