Class UnknownRoleException

All Implemented Interfaces:
Serializable

public class UnknownRoleException extends AppException
This type of exception is used when an unknown role is encountered.
Since:
7.2
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownRoleException

      public UnknownRoleException(String roleName)
      Constructs an exception for an invalid role name.
      Parameters:
      roleName - The role name that was invalid or unknown.
  • Method Details

    • getRoleName

      public String getRoleName()
      This method returns the role name that was unknown or invalid.
      Returns:
      the role name that was unknown or invalid.