Class PersonalIdentityNumberException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.bankid.rpapi.support.PersonalIdentityNumberException
All Implemented Interfaces:
Serializable

public class PersonalIdentityNumberException extends Exception
Exception class for invalid personal identity numbers.
Author:
Martin Lindström
See Also:
  • Constructor Details

    • PersonalIdentityNumberException

      public PersonalIdentityNumberException(String message)
      Constructor setting the error message.
      Parameters:
      message - the error message
    • PersonalIdentityNumberException

      public PersonalIdentityNumberException(String message, Throwable cause)
      Constructor setting the error message and the cause of the error.
      Parameters:
      message - the error message
      cause - the cause of the error