Class BiometricException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.mosip.kernel.core.exception.BaseCheckedException
-
- io.mosip.kernel.core.bioapi.exception.BiometricException
-
- All Implemented Interfaces:
Serializable
public class BiometricException extends BaseCheckedException
The Class BiometricException.- Author:
- Sanjay Murali
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BiometricException(String errorCode, String errorMessage)Instantiates a new biometric exception.BiometricException(String errorCode, String errorMessage, Throwable rootCause)Instantiates a new biometric exception.
-
Method Summary
-
Methods inherited from class io.mosip.kernel.core.exception.BaseCheckedException
addInfo, getCodes, getErrorCode, getErrorText, getErrorTexts, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-