Uses of Enum Class
cz.metacentrum.perun.core.api.exceptions.ExtendMembershipException.Reason
Packages that use ExtendMembershipException.Reason
-
Uses of ExtendMembershipException.Reason in cz.metacentrum.perun.core.api.exceptions
Methods in cz.metacentrum.perun.core.api.exceptions that return ExtendMembershipException.ReasonModifier and TypeMethodDescriptionExtendMembershipException.getReason()
Return reason why member can't extends his membership.Returns the enum constant of this class with the specified name.static ExtendMembershipException.Reason[]
ExtendMembershipException.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cz.metacentrum.perun.core.api.exceptions with parameters of type ExtendMembershipException.ReasonModifierConstructorDescriptionExtendMembershipException
(ExtendMembershipException.Reason reason, String message) Constructor with the reason and the messageExtendMembershipException
(ExtendMembershipException.Reason reason, String expirationDate, String message) Constructor with the reason, expiration date and the message