DuplicateProfileExceptionpublic class DuplicateProfileException extends Exception Thrown if an attempt is made to create another profile for the same person. |
Constructors Summary |
---|
public DuplicateProfileException()
| public DuplicateProfileException(String message)super(message);
|
|