Class NotificationMemberMailNotExistsException

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

public class NotificationMemberMailNotExistsException extends PerunException
This exception is thrown when the user doesn't have the chosen attribute for mail set, where the notification should be sent to.
Author:
Radoslav Čerhák <r.cerhak@gmail.com>, Dominik František Bučík <bucik@ics.muni.cz>
See Also:
  • Constructor Details

    • NotificationMemberMailNotExistsException

      public NotificationMemberMailNotExistsException(String message)
    • NotificationMemberMailNotExistsException

      public NotificationMemberMailNotExistsException(String message, Throwable cause)
    • NotificationMemberMailNotExistsException

      public NotificationMemberMailNotExistsException(Throwable cause)