Class 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 Detail

      • GradebookSecurityException

        public GradebookSecurityException()
        Throw with a default message
      • GradebookSecurityException

        public GradebookSecurityException​(String message)
        Throw with the supplied message
        Parameters:
        message -