public class UserException extends Exception
| Constructor and Description |
|---|
UserException()
Instantiates a new user exception.
|
UserException(String message)
Instantiates a new user exception.
|
UserException(String message,
Throwable cause)
Instantiates a new user exception.
|
UserException(Throwable cause)
Instantiates a new user exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserException()
public UserException(String message)
message - the messagepublic UserException(String message, Throwable cause)
message - the messagecause - the causepublic UserException(Throwable cause)
cause - the causeCopyright © 2020 Global Crop Diversity Trust. All rights reserved.