Class PersonalIdentityNumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.bankid.rpapi.support.PersonalIdentityNumberException
- All Implemented Interfaces:
Serializable
Exception class for invalid personal identity numbers.
- Author:
- Martin Lindström
- See Also:
-
Constructor Summary
ConstructorDescriptionPersonalIdentityNumberException
(String message) Constructor setting the error message.PersonalIdentityNumberException
(String message, Throwable cause) Constructor setting the error message and the cause of the error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersonalIdentityNumberException
Constructor setting the error message.- Parameters:
message
- the error message
-
PersonalIdentityNumberException
Constructor setting the error message and the cause of the error.- Parameters:
message
- the error messagecause
- the cause of the error
-