Class NullValueException

All Implemented Interfaces:
Serializable

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

    • NullValueException

      public NullValueException()
    • NullValueException

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

      public NullValueException(String errorCode, String errorMessage)