Class ProfileExistsException

All Implemented Interfaces:
Serializable

public class ProfileExistsException extends I10nProfileException
Thrown when a create profile operation fails because a profile with the same tenant and username already exists.
Author:
avasquez
See Also:
  • Field Details

  • Constructor Details

    • ProfileExistsException

      public ProfileExistsException(String tenantName, String username)