org.jasig.portlet.calendar.adapter
Class UserFeedbackCalendarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portlet.calendar.adapter.CalendarException
org.jasig.portlet.calendar.adapter.UserFeedbackCalendarException
- All Implemented Interfaces:
- Serializable
public class UserFeedbackCalendarException
- extends CalendarException
Specialized 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.
- Author:
- Drew Wills
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserFeedbackCalendarException
public UserFeedbackCalendarException(String message,
String userFeedback)
UserFeedbackCalendarException
public UserFeedbackCalendarException(Throwable cause,
String userFeedback)
UserFeedbackCalendarException
public UserFeedbackCalendarException(String message,
Throwable cause,
String userFeedback)
getUserFeedback
public String getUserFeedback()
Copyright © 2012 Jasig. All Rights Reserved.