Class EmptyInputException

All Implemented Interfaces:
Serializable

public class EmptyInputException extends BaseUncheckedException
Exception class for empty inputs.
Since:
1.0.0
Author:
Ritesh Sinha, Sidhant Agarwal
See Also:
  • Constructor Details

    • EmptyInputException

      public EmptyInputException()
    • EmptyInputException

      public EmptyInputException(String errorCode, String errorMessage, Throwable rootCause)
    • EmptyInputException

      public EmptyInputException(String errorCode, String errorMessage)