org.jasig.schedassist.web.security
Class DelegateNotFoundException

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

public class DelegateNotFoundException
extends Exception

Exception raised when the target delegate calendar account cannot be found.

Version:
$Id: DelegateNotFoundException.java 1966 2010-04-20 17:44:20Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

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

DelegateNotFoundException

public DelegateNotFoundException()

DelegateNotFoundException

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

DelegateNotFoundException

public DelegateNotFoundException(String message)
Parameters:
message -

DelegateNotFoundException

public DelegateNotFoundException(Throwable cause)
Parameters:
cause -


Copyright © 2012 Jasig. All Rights Reserved.