Uses of Class
com.checkhim.exceptions.CheckHimException
Packages that use CheckHimException
-
Uses of CheckHimException in com.checkhim
Methods in com.checkhim that throw CheckHimExceptionModifier and TypeMethodDescriptionCheckHim.verify(VerificationRequest request) Verifies a phone number using the CheckHim API.Convenience method to verify a phone number using just the number string. -
Uses of CheckHimException in com.checkhim.exceptions
Subclasses of CheckHimException in com.checkhim.exceptionsModifier and TypeClassDescriptionclassException thrown when a phone number has an invalid format.classException thrown when a phone number verification fails due to network issues.classException thrown when a phone number is missing the required country prefix.classException thrown when the subscriber is temporarily absent or unreachable.classException thrown when the subscriber is unknown to the network. -
Uses of CheckHimException in com.checkhim.http
Methods in com.checkhim.http that throw CheckHimException