public class NotUniqueUserException extends UserException
| Constructor and Description |
|---|
NotUniqueUserException()
Instantiates a new not unique user exception.
|
NotUniqueUserException(String message)
Instantiates a new not unique user exception.
|
NotUniqueUserException(String message,
Throwable cause)
Instantiates a new not unique user exception.
|
NotUniqueUserException(Throwable cause)
Instantiates a new not unique user exception.
|
NotUniqueUserException(Throwable cause,
String email)
Instantiates a new not unique user exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the email.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotUniqueUserException()
public NotUniqueUserException(String message)
message - the messagepublic NotUniqueUserException(String message, Throwable cause)
message - the messagecause - the causepublic NotUniqueUserException(Throwable cause)
cause - the causepublic String getEmail()
Copyright © 2020 Global Crop Diversity Trust. All rights reserved.