Class ConflictingExternalIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.service.gradebook.shared.GradebookException
-
- org.sakaiproject.service.gradebook.shared.ConflictingExternalIdException
-
- All Implemented Interfaces:
Serializable
public class ConflictingExternalIdException extends GradebookException
Indicates that an assignment name conflict within a gradebook would ensue from the requested operation.- Author:
- Josh Holtzman
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictingExternalIdException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConflictingExternalIdException
public ConflictingExternalIdException(String message)
-
-