Class NullPointerException

  • All Implemented Interfaces:
    Serializable

    public class NullPointerException
    extends BaseUncheckedException
    Exception to be thrown when a null argument found.
    Since:
    1.0.0
    Author:
    Urvil Joshi, Ritesh Sinha, Sagar Mahapatra, Priya Soni
    See Also:
    Serialized Form
    • Constructor Detail

      • NullPointerException

        public NullPointerException​(String errorCode,
                                    String errorMessage)
        Constructor with errorCode, and rootCause
        Parameters:
        errorCode - The error code for this exception
        errorMessage - The error message for this exception
      • NullPointerException

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