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
-
-
Constructor Summary
Constructors Constructor Description IdExistsException(String id, String className)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-