edu.yale.its.tp.portlets.calendar.adapter
Class CalendarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CalendarException()
           
CalendarException(java.lang.String message)
           
CalendarException(java.lang.String message, java.lang.Throwable cause)
           
CalendarException(java.lang.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

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.