Class SponsorshipDoesNotExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.SponsorshipDoesNotExistException
All Implemented Interfaces:
Serializable

public class SponsorshipDoesNotExistException extends PerunException
Author:
Vojtech Sassmann <vojtech.sassmann@gmail.com>
See Also:
  • Constructor Details

    • SponsorshipDoesNotExistException

      public SponsorshipDoesNotExistException(Member sponsoredMember, User sponsor)
    • SponsorshipDoesNotExistException

      public SponsorshipDoesNotExistException(String s)
    • SponsorshipDoesNotExistException

      public SponsorshipDoesNotExistException(String s, Throwable throwable)
    • SponsorshipDoesNotExistException

      public SponsorshipDoesNotExistException(Throwable throwable)