Class AlreadySponsorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.AlreadySponsorException
- All Implemented Interfaces:
Serializable
This exception is thrown when the user is already a sponsor of the member.
- Author:
- Martin Kuba makub@ics.muni.cz
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.PerunException
getErrorId, getFriendlyMessageTemplate, getMessage, getName, setErrorId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadySponsorException
Simple constructor with a message- Parameters:
message
- message with details about the cause
-