public class UserFeedbackCalendarException extends CalendarException
CalendarException subclass that carries a user-facing
message payload. When one of these is thrown by an adaptor implementation,
the portlet will display the value of getPayload. This
exception type is an extension point for custom adaptor implementors.| Constructor and Description |
|---|
UserFeedbackCalendarException(String message,
String userFeedback) |
UserFeedbackCalendarException(String message,
Throwable cause,
String userFeedback) |
UserFeedbackCalendarException(Throwable cause,
String userFeedback) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUserFeedback() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016 Apereo. All Rights Reserved.