Class GradebookSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- org.sakaiproject.service.gradebook.shared.GradebookSecurityException
-
- All Implemented Interfaces:
Serializable
public class GradebookSecurityException extends SecurityException
Wrapper for the common security exception that can be thrown from the gradebook when a user doesn't have permission to perform an action- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GradebookSecurityException()Throw with a default messageGradebookSecurityException(String message)Throw with the supplied 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
-
GradebookSecurityException
public GradebookSecurityException()
Throw with a default message
-
GradebookSecurityException
public GradebookSecurityException(String message)
Throw with the supplied message- Parameters:
message-
-
-