Class UserAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.security.UserAlreadyExistsException
All Implemented Interfaces:
Serializable

public class UserAlreadyExistsException extends Exception
See Also:
  • Constructor Details

    • UserAlreadyExistsException

      public UserAlreadyExistsException()
    • UserAlreadyExistsException

      public UserAlreadyExistsException(String message)
    • UserAlreadyExistsException

      public UserAlreadyExistsException(String message, Throwable cause)
    • UserAlreadyExistsException

      public UserAlreadyExistsException(Throwable cause)
    • UserAlreadyExistsException

      public UserAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)