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 class
FaceAuthenticationException.Companion
-
Field Summary
Fields Modifier and Type Field Description private final FaceAuthenticationErrorCode
code
private final String
message
private final Throwable
cause
public final static FaceAuthenticationException.Companion
Companion
-
Constructor Summary
Constructors Constructor Description FaceAuthenticationException(FaceAuthenticationErrorCode code, String message)
-
Method Summary
Modifier and Type Method Description final FaceAuthenticationErrorCode
getCode()
String
getMessage()
-
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()
-
-
-
-