org.jasig.schedassist.portlet
Class ScheduleOwnerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.