Class ConflictingAssignmentNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.service.gradebook.shared.GradebookException
-
- org.sakaiproject.service.gradebook.shared.ConflictingAssignmentNameException
-
- All Implemented Interfaces:
Serializable
public class ConflictingAssignmentNameException 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 ConflictingAssignmentNameException(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
-
ConflictingAssignmentNameException
public ConflictingAssignmentNameException(String message)
-
-