Class 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 Detail

      • HashUtilException

        public HashUtilException​(String arg0,
                                 String arg1)
        Parameters:
        arg0 - Error Code Corresponds to Particular Exception
        arg1 - Message providing the specific context of the error.