org.jasig.portlet.calendar.adapter
Class CalendarLinkException

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.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

Constructor Summary
CalendarLinkException()
           
CalendarLinkException(String message)
           
CalendarLinkException(String message, Throwable cause)
           
CalendarLinkException(Throwable cause)
           
 
Method Summary
 
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

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.