Class MemberNotSuspendedException

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

public class MemberNotSuspendedException extends PerunException
Operation required suspended member, but this member is not suspended at all.
Author:
Michal Stava <Michal.Stava@cesnet.cz>
See Also:
  • Constructor Details

    • MemberNotSuspendedException

      public MemberNotSuspendedException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • MemberNotSuspendedException

      public MemberNotSuspendedException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • MemberNotSuspendedException

      public MemberNotSuspendedException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception
    • MemberNotSuspendedException

      public MemberNotSuspendedException(Member member)
      Constructor with the member
      Parameters:
      member - the member that is not suspended
  • Method Details

    • getMember

      public Member getMember()
      Getter for the member
      Returns:
      the member that is not suspended