Class VerIDSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.appliedrec.verid.core2.session.VerIDSessionException
-
- All Implemented Interfaces:
java.io.Serializable
public class VerIDSessionException extends java.lang.Exception
Exceptions thrown during Ver-ID sessions- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VerIDSessionException.Code
-
Constructor Summary
Constructors Constructor Description VerIDSessionException(AntiSpoofingException cause, VerIDSessionException.Code code)
VerIDSessionException(FacePresenceException cause, VerIDSessionException.Code code)
VerIDSessionException(VerIDSessionException.Code code)
VerIDSessionException(VerIDCoreException cause, VerIDSessionException.Code code)
VerIDSessionException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerIDSessionException.Code
getCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
VerIDSessionException
public VerIDSessionException(VerIDSessionException.Code code)
-
VerIDSessionException
public VerIDSessionException(java.lang.Throwable cause)
-
VerIDSessionException
public VerIDSessionException(VerIDCoreException cause, VerIDSessionException.Code code)
-
VerIDSessionException
public VerIDSessionException(AntiSpoofingException cause, VerIDSessionException.Code code)
-
VerIDSessionException
public VerIDSessionException(FacePresenceException cause, VerIDSessionException.Code code)
-
-
Method Detail
-
getCode
public VerIDSessionException.Code getCode()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-