public class FeedbackException extends Exception
| Constructor and Description |
|---|
FeedbackException()
Constructs new exception.
|
FeedbackException(String message)
Constructs new exception with given message.
|
FeedbackException(String message,
Throwable cause)
Constructs new exception with given message and cause.
|
FeedbackException(Throwable cause)
Constructs new exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FeedbackException()
public FeedbackException(String message)
message - the detail message.public FeedbackException(String message, Throwable cause)
message - the detail message.cause - the cause.public FeedbackException(Throwable cause)
cause - the cause.This work is licensed under a Creative Commons Attribution 4.0 International License.