Class RoleAlreadySetException

All Implemented Interfaces:
Serializable

public class RoleAlreadySetException extends PerunException
This exception is thrown when trying to set a role which is already set for given entities.
See Also:
  • Constructor Details

    • RoleAlreadySetException

      public RoleAlreadySetException(String role)
  • Method Details

    • getRole

      public String getRole()