public class

RoleActorDoesNotExistException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.jira.security.roles.RoleActorDoesNotExistException

Class Overview

Thrown if a user attemtps to add a Role Actor (Group or User) that does not exist.

Summary

Public Constructors
RoleActorDoesNotExistException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RoleActorDoesNotExistException (String message)