Package vaultWeb.exceptions
Class PollDoesNotBelongToGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
vaultWeb.exceptions.PollDoesNotBelongToGroupException
- All Implemented Interfaces:
Serializable
Thrown when a user tries to perform poll activities for a groupId that doesn't belong to the
respective poll.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPollDoesNotBelongToGroupException(String message) Constructs a new PollDoesNotBelongToGroupException with a custom message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PollDoesNotBelongToGroupException
Constructs a new PollDoesNotBelongToGroupException with a custom message.- Parameters:
message- the detail message explaining the exception
-