org.jasig.schedassist.web.security
Class DelegateNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 © 2011 Jasig. All Rights Reserved.