org.jasig.portlet.calendar.adapter
Class CalendarException

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

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

CalendarException

public CalendarException(String message)

CalendarException

public CalendarException(Throwable cause)


Copyright © 2012 Jasig. All Rights Reserved.