org.jasig.portlet.calendar.adapter
Class CalendarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portlet.calendar.adapter.CalendarException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CalendarLinkException, UserFeedbackCalendarException
public class CalendarException
- extends RuntimeException
CalendarException represents a generic Calendar exception.
- Author:
- Jen Bourey
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CalendarException
public CalendarException()
CalendarException
public CalendarException(String message,
Throwable cause)
CalendarException
public CalendarException(String message)
CalendarException
public CalendarException(Throwable cause)
Copyright © 2012 Jasig. All Rights Reserved.