Class InvalidApplicantArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.mosip.kernel.core.exception.BaseCheckedException
-
- io.mosip.kernel.core.applicanttype.exception.InvalidApplicantArgumentException
-
- All Implemented Interfaces:
Serializable
public class InvalidApplicantArgumentException extends BaseCheckedException
Thrown when null/empty/invalid query passed for getting applicant type id.- Since:
- 1.0.0
- Author:
- Bal Vikash Sharma
- See Also:
BaseUncheckedException, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidApplicantArgumentException(String errorCode, String errorMessage)Constructor to initialize handler exceptionInvalidApplicantArgumentException(String errorCode, String errorMessage, Throwable rootCause)Constructor the initialize Handler exception
-
Method Summary
-
Methods inherited from class io.mosip.kernel.core.exception.BaseCheckedException
addInfo, getCodes, getErrorCode, getErrorText, getErrorTexts, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidApplicantArgumentException
public InvalidApplicantArgumentException(String errorCode, String errorMessage)
Constructor to initialize handler exception- Parameters:
errorCode- The error code for this exceptionerrorMessage- The error message for this exception
-
InvalidApplicantArgumentException
public InvalidApplicantArgumentException(String errorCode, String errorMessage, Throwable rootCause)
Constructor the initialize Handler exception- Parameters:
errorCode- The error code for this exceptionerrorMessage- The error message for this exceptionrootCause- the specified cause
-
-