AddonException

@PublicApi
public class AddonException extends RuntimeException



Représente une erreur inattendue qui s'est produite dans le SDK du module complémentaire Meet.

Résumé

Types imbriqués

Codes d'erreur canoniques pour AddonException.

Méthodes publiques

boolean
AddonException.Code

Renvoie un code d'erreur canonique.

Optional<AddonExceptionMetadata>

Renvoie l'AddonExceptionMetadata associé à l'exception.

int

Méthodes héritées

Depuis java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Champs publics

code

public final AddonException.Code code

métadonnées

public final Optional<AddonExceptionMetadatametadata

Méthodes publiques

equals

public boolean equals(@Nullable Object object)

getCode

public AddonException.Code getCode()

Renvoie un code d'erreur canonique.

getMetadata

public Optional<AddonExceptionMetadatagetMetadata()

Renvoie l'AddonExceptionMetadata associé à l'exception.

Renvoie un Optional vide si aucune métadonnée n'est associée à l'exception.

hashCode

public int hashCode()