org.jasig.schedassist
Class CalendarAccountNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.schedassist.CalendarAccountNotFoundException
All Implemented Interfaces:
Serializable

public class CalendarAccountNotFoundException
extends Exception

Thrown if a required ICalendarAccount cannot be located.

Version:
$Id: CalendarUserNotFoundException.java 1710 2010-02-15 16:19:35Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

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

CalendarAccountNotFoundException

public CalendarAccountNotFoundException()

CalendarAccountNotFoundException

public CalendarAccountNotFoundException(String message,
                                        Throwable cause)
Parameters:
message -
cause -

CalendarAccountNotFoundException

public CalendarAccountNotFoundException(String message)
Parameters:
message -

CalendarAccountNotFoundException

public CalendarAccountNotFoundException(Throwable cause)
Parameters:
cause -


Copyright © 2011 Jasig. All Rights Reserved.