Object FaceAuthenticationException.Companion
-
- All Implemented Interfaces:
public class FaceAuthenticationException.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static FaceAuthenticationException.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FaceAuthenticationExceptioncreateNetworkError()final FaceAuthenticationExceptioncreateUnknownError()final FaceAuthenticationExceptionfrom(Exception e)Creates a FaceAuthenticationException from a generic Exception. -
-
Method Detail
-
createNetworkError
final FaceAuthenticationException createNetworkError()
-
createUnknownError
final FaceAuthenticationException createUnknownError()
-
from
final FaceAuthenticationException from(Exception e)
Creates a FaceAuthenticationException from a generic Exception.
- Parameters:
e- The Exception to convert to a FaceAuthenticationException if supported.- Since:
Standard Releases: 5.44.0
Special Versions: 6.0.0
-
-
-
-