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.GroupNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class GroupNotFoundException
extends CrowdException

Thrown when the specified group could not be found.

See Also:
Serialized Form

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

GroupNotFoundException

public GroupNotFoundException(java.lang.String groupName,
                              java.lang.Throwable e)
Method Detail

getGroupName

public java.lang.String getGroupName()


Copyright © 2010 Atlassian. All Rights Reserved.