org.jasig.schedassist.web.visitor
Class OwnerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

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 © 2012 Jasig. All Rights Reserved.