org.sakaiproject.coursemanagement.api.exception
Class IdExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sakaiproject.coursemanagement.api.exception.IdExistsException
- All Implemented Interfaces:
- Serializable
public class IdExistsException
- extends RuntimeException
An exception thrown when an an object can not be created because the same
type of object with the same ID already exist.
- Author:
- Josh Holtzman
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IdExistsException
public IdExistsException(String id,
String className)
Copyright © 2006-2013 Sakai Project. All Rights Reserved.