Class GroupResourceStatusException

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

public class GroupResourceStatusException extends PerunException
This exception is thrown when it is not possible to perform an action on a group-resource assignment because of its status.
Author:
Radoslav Čerhák <r.cerhak@gmail.com>
See Also:
  • Constructor Details

    • GroupResourceStatusException

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

      public GroupResourceStatusException(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
    • GroupResourceStatusException

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