Class PrincipalAlreadyExistsException

All Implemented Interfaces:
Serializable

public class PrincipalAlreadyExistsException extends UserDirectoryException
This exception is thrown when an attempt has been made to name a principal with a name that already exists on another principal in the directory.
Since:
3.0
See Also:
  • Constructor Details

    • PrincipalAlreadyExistsException

      @Deprecated public PrincipalAlreadyExistsException()
      Deprecated.
      This class should not be instantiated by users of the API.
      Constructs a PrincipalAlreadyExistsException with no detail message.
      Since:
      3.0
    • PrincipalAlreadyExistsException

      @Deprecated public PrincipalAlreadyExistsException(String message)
      Deprecated.
      This class should not be instantiated by users of the API.
      Constructs a PrincipalAlreadyExistsException with a specified detail message.
      Parameters:
      message - the detail message
      Since:
      3.0