com.atlassian.crowd.exception
Class GroupNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by com.atlassian.crowd.exception.ObjectNotFoundException
                  extended by com.atlassian.crowd.exception.GroupNotFoundException
All Implemented Interfaces:
Serializable

public class GroupNotFoundException
extends ObjectNotFoundException

Thrown when the specified group could not be found.

See Also:
Serialized Form

Constructor Summary
GroupNotFoundException(String groupName)
           
GroupNotFoundException(String groupName, Throwable e)
           
 
Method Summary
 String getGroupName()
           
 
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

GroupNotFoundException

public GroupNotFoundException(String groupName)

GroupNotFoundException

public GroupNotFoundException(String groupName,
                              Throwable e)
Method Detail

getGroupName

public String getGroupName()


Copyright © 2013 Atlassian. All Rights Reserved.