public class NoUserFoundException extends UserException
| Constructor and Description |
|---|
NoUserFoundException()
Instantiates a new no user found exception.
|
NoUserFoundException(long modelId)
Instantiates a new no user found exception.
|
NoUserFoundException(String message)
Instantiates a new no user found exception.
|
NoUserFoundException(String message,
Throwable cause)
Instantiates a new no user found exception.
|
NoUserFoundException(Throwable cause)
Instantiates a new no user found exception.
|
NoUserFoundException(Throwable cause,
long modelId)
Instantiates a new no user found exception.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getModelId()
Gets the model id.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoUserFoundException()
public NoUserFoundException(String message)
message - the messagepublic NoUserFoundException(String message, Throwable cause)
message - the messagecause - the causepublic NoUserFoundException(Throwable cause)
cause - the causepublic NoUserFoundException(long modelId)
modelId - the model idpublic NoUserFoundException(Throwable cause, long modelId)
cause - the causemodelId - the model idCopyright © 2020 Global Crop Diversity Trust. All rights reserved.