Class PollDoesNotBelongToGroupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
vaultWeb.exceptions.PollDoesNotBelongToGroupException
All Implemented Interfaces:
Serializable

@ResponseStatus(NOT_FOUND) public class PollDoesNotBelongToGroupException extends RuntimeException
Thrown when a user tries to perform poll activities for a groupId that doesn't belong to the respective poll.
See Also:
  • Constructor Details

    • PollDoesNotBelongToGroupException

      public PollDoesNotBelongToGroupException(String message)
      Constructs a new PollDoesNotBelongToGroupException with a custom message.
      Parameters:
      message - the detail message explaining the exception