Class GradebookExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.service.gradebook.shared.GradebookExistsException
-
- All Implemented Interfaces:
Serializable
public class GradebookExistsException extends RuntimeException
Indicates that a gradebook already exists and can not be created again.- Author:
- Josh Holtzman
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GradebookExistsException(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
-
GradebookExistsException
public GradebookExistsException(String message)
-
-