org.jasig.portlet.calendar.adapter
Class CalendarLinkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portlet.calendar.adapter.CalendarException
org.jasig.portlet.calendar.adapter.CalendarLinkException
- All Implemented Interfaces:
- Serializable
public class CalendarLinkException
- extends CalendarException
CalendarLinkException represents an exception related to
calendar hyper links.
- Author:
- Anthony Colebourne
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CalendarLinkException
public CalendarLinkException()
CalendarLinkException
public CalendarLinkException(String message,
Throwable cause)
CalendarLinkException
public CalendarLinkException(String message)
CalendarLinkException
public CalendarLinkException(Throwable cause)
Copyright © 2012 Jasig. All Rights Reserved.