Class DuplicateUsernameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ericbouchut.learndev.auth.exception.DuplicateUsernameException
All Implemented Interfaces:
Serializable

public class DuplicateUsernameException extends RuntimeException
Thrown when registration is attempted with a username that already exists.
See Also:
  • Constructor Details

    • DuplicateUsernameException

      public DuplicateUsernameException(String username)