Package vaultWeb.exceptions
package vaultWeb.exceptions
-
ClassDescriptionThrown when a user attempts to perform an action requiring admin privileges but does not have the necessary permissions.Thrown when a user tries to join a group they are already a member of.Thrown when a user tries to vote for a poll they are already voted in.Thrown when decrypt failed.Thrown when a user tries to register with a username that already exists.Thrown when encrypt failed.Global exception handler for all controllers in the "vaultWeb.controllers" package.Thrown when an attempt is made to remove the last admin of a group.Thrown when a user tries to perform poll activities for a groupId that doesn't belong to the respective poll.Thrown when a user tries to perform poll activities for a optionId that doesn't exist in the respective poll.Thrown when a user attempts to perform an action they are not authorized to perform.