Class UserAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.ecm.platform.usermanager.exceptions.UserAlreadyExistsException
All Implemented Interfaces:
Serializable

public class UserAlreadyExistsException extends NuxeoException
Author:
George Lefter
See Also:
  • Constructor Details

    • UserAlreadyExistsException

      public UserAlreadyExistsException()
    • UserAlreadyExistsException

      public UserAlreadyExistsException(String message)
    • UserAlreadyExistsException

      public UserAlreadyExistsException(Throwable cause)
    • UserAlreadyExistsException

      public UserAlreadyExistsException(String message, Throwable cause)