org.jasig.schedassist.web.visitor
Class OwnerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.schedassist.web.visitor.OwnerNotFoundException
- All Implemented Interfaces:
- Serializable
public class OwnerNotFoundException
- extends Exception
Thrown by the controllers in this package if the request is for
a ScheduleOwner not related to the current authenticated
ScheduleVisitor.
- Version:
- $Id: OwnerNotFoundException.java 1739 2010-02-16 18:19:23Z 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 |
OwnerNotFoundException
public OwnerNotFoundException()
OwnerNotFoundException
public OwnerNotFoundException(String message)
- Parameters:
message -
OwnerNotFoundException
public OwnerNotFoundException(Throwable cause)
- Parameters:
cause -
OwnerNotFoundException
public OwnerNotFoundException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2011 Jasig. All Rights Reserved.