Class DuplicateUserEmailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.radicle.exceptions.security.DuplicateUserEmailException
All Implemented Interfaces:
Serializable

public class DuplicateUserEmailException extends RuntimeException
Exception thrown when a User already has the same email.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • DuplicateUserEmailException

      public DuplicateUserEmailException(String message)
      Generic constructor.
      Parameters:
      message - message
    • DuplicateUserEmailException

      public DuplicateUserEmailException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable