FileDocCategorySizeDatePackage
DuplicateProfileException.javaAPI DocExample683Wed Apr 05 11:25:42 BST 2000entity

DuplicateProfileException

public class DuplicateProfileException extends Exception
Thrown if an attempt is made to create another profile for the same person.

Fields Summary
Constructors Summary
public DuplicateProfileException()

public DuplicateProfileException(String message)

super(message);
Methods Summary