org.jasig.schedassist.portlet
Class ScheduleOwnerNotFoundException

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

public class ScheduleOwnerNotFoundException
extends Exception

Exception raised when an action requiring an IScheduleOwner doesn't have enough information for the owner or the information points to an owner that doesn't exist.

Version:
$Id: ScheduleOwnerNotFoundException.java 770 2009-07-07 18:36:51Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

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

ScheduleOwnerNotFoundException

public ScheduleOwnerNotFoundException()

ScheduleOwnerNotFoundException

public ScheduleOwnerNotFoundException(String message)
Parameters:
message -

ScheduleOwnerNotFoundException

public ScheduleOwnerNotFoundException(Throwable cause)
Parameters:
cause -

ScheduleOwnerNotFoundException

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


Copyright © 2012 Jasig. All Rights Reserved.