Class RoleCannotBeManagedException

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

public class RoleCannotBeManagedException extends PerunException
This exception is thrown when trying to set or unset a role which cannot be managed by anyone.
See Also:
  • Constructor Details

    • RoleCannotBeManagedException

      public RoleCannotBeManagedException(String role, Object complementaryObject, Object entity)
    • RoleCannotBeManagedException

      public RoleCannotBeManagedException(String role, Object complementaryObject)
  • Method Details

    • getComplementaryObject

      public Object getComplementaryObject()
    • getEntity

      public Object getEntity()
    • getRole

      public String getRole()