Class PasswordMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mosip.kernel.core.exception.BaseUncheckedException
io.mosip.kernel.auth.defaultimpl.exception.PasswordMismatchException
All Implemented Interfaces:
Serializable

public class PasswordMismatchException extends io.mosip.kernel.core.exception.BaseUncheckedException
See Also:
  • Constructor Details

    • PasswordMismatchException

      public PasswordMismatchException(String errorCode, String errorMessage)
      Constructor the initialize Handler exception
      Parameters:
      errorCode - The error code for this exception
      errorMessage - The error message for this exception
  • Method Details

    • getErrorCode

      public String getErrorCode()
      Overrides:
      getErrorCode in class io.mosip.kernel.core.exception.BaseUncheckedException
    • setErrorCode

      public void setErrorCode(String errorCode)