Class HashUtilException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.mosip.kernel.core.exception.BaseCheckedException
-
- io.mosip.kernel.core.util.exception.HashUtilException
-
- All Implemented Interfaces:
Serializable
public class HashUtilException extends BaseCheckedException
HashUtilException class wraps the Java BaseCheckedException class to provide checkedexception code for HashUtil- Version:
- 1.0 14 August 2018
- Author:
- Jyoti Prakash Nayak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HashUtilException(String arg0, String arg1)
-
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
-
-