Class FaceAuthenticationException
-
- All Implemented Interfaces:
-
java.io.Serializable
@Serializable() public final class FaceAuthenticationException extends Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFaceAuthenticationException.Companion
-
Field Summary
Fields Modifier and Type Field Description private final FaceAuthenticationErrorCodecodeprivate final Stringmessageprivate final Throwablecausepublic final static FaceAuthenticationException.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description FaceAuthenticationException(FaceAuthenticationErrorCode code, String message)
-
Method Summary
Modifier and Type Method Description final FaceAuthenticationErrorCodegetCode()StringgetMessage()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FaceAuthenticationException
FaceAuthenticationException(FaceAuthenticationErrorCode code, String message)
-
-
Method Detail
-
getCode
final FaceAuthenticationErrorCode getCode()
-
getMessage
String getMessage()
-
-
-
-