org.jasig.portlet.calendar.adapter
Class UserFeedbackCalendarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portlet.calendar.adapter.CalendarException
                  extended by 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

Constructor Summary
UserFeedbackCalendarException(String message, String userFeedback)
           
UserFeedbackCalendarException(String message, Throwable cause, String userFeedback)
           
UserFeedbackCalendarException(Throwable cause, String userFeedback)
           
 
Method Summary
 String getUserFeedback()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserFeedbackCalendarException

public UserFeedbackCalendarException(String message,
                                     String userFeedback)

UserFeedbackCalendarException

public UserFeedbackCalendarException(Throwable cause,
                                     String userFeedback)

UserFeedbackCalendarException

public UserFeedbackCalendarException(String message,
                                     Throwable cause,
                                     String userFeedback)
Method Detail

getUserFeedback

public String getUserFeedback()


Copyright © 2012 Jasig. All Rights Reserved.