Class RequiredKeyNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class RequiredKeyNotFoundException
    extends BaseUncheckedException
    Class to handle exception when entity response is not found a particular key.
    Since:
    1.0.0
    Author:
    Ritesh Sinha, Sagar Mahapatra
    See Also:
    Serialized Form
    • Constructor Detail

      • RequiredKeyNotFoundException

        public RequiredKeyNotFoundException​(List<ServiceError> list)
        Constructor for MosipRequiredKeyNotFoundExceptionHandler class.
        Parameters:
        list - The error list.
    • Method Detail

      • getList

        public List<ServiceError> getList()
        Getter for error list.
        Returns:
        The error list.