com.atlassian.jira.security.roles
Class RoleActorDoesNotExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.security.roles.RoleActorDoesNotExistException
All Implemented Interfaces:
Serializable

public class RoleActorDoesNotExistException
extends Exception

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

Since:
v4.0
See Also:
Serialized Form

Constructor Summary
RoleActorDoesNotExistException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleActorDoesNotExistException

public RoleActorDoesNotExistException(String message)


Copyright © 2002-2012 Atlassian. All Rights Reserved.