Class UserExistsException

All Implemented Interfaces:
Serializable

public class UserExistsException extends EntityDuplicateValueException
User作成の際、すでに同一アカウントのユーザーが存在する場合、スローされる例外。
See Also:
  • Constructor Details

    • UserExistsException

      public UserExistsException()
    • UserExistsException

      public UserExistsException(String message, Throwable cause)
    • UserExistsException

      public UserExistsException(String message)
    • UserExistsException

      public UserExistsException(Throwable cause)