com.atlassian.jira.crowd.embedded.ofbiz
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
                      extended by com.atlassian.jira.crowd.embedded.ofbiz.GroupNotFoundException
All Implemented Interfaces:
Serializable

public class GroupNotFoundException
extends com.atlassian.crowd.exception.GroupNotFoundException

Non stack trace filling exception used for flow control.

Since:
v6.3
See Also:
Serialized Form

Constructor Summary
GroupNotFoundException(String groupName)
           
GroupNotFoundException(String groupName, Throwable t)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 
Methods inherited from class com.atlassian.crowd.exception.GroupNotFoundException
getGroupName
 
Methods inherited from class java.lang.Throwable
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 t)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable


Copyright © 2002-2014 Atlassian. All Rights Reserved.