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 class
FidoMetadataDownloaderException.Reason
-
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()
AThrowable
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()
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
getReason
@NonNull public @NonNull FidoMetadataDownloaderException.Reason getReason()
The reason why this exception was thrown.
-
getCause
public java.lang.Throwable getCause()
AThrowable
that caused this exception. May be null.- Overrides:
getCause
in classjava.lang.Throwable
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-