edu.yale.its.tp.portlets.calendar.adapter
Class CalendarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.yale.its.tp.portlets.calendar.adapter.CalendarException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CalendarLinkException
public class CalendarException
- extends java.lang.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CalendarException
public CalendarException()
CalendarException
public CalendarException(java.lang.String message,
java.lang.Throwable cause)
CalendarException
public CalendarException(java.lang.String message)
CalendarException
public CalendarException(java.lang.Throwable cause)
Copyright © 2009 Jasig. All Rights Reserved.