com.atlassian.crowd.exception.embedded
Class InvalidGroupException

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.embedded.InvalidGroupException
All Implemented Interfaces:
Serializable

public class InvalidGroupException
extends CrowdException

An exception to denote an invalid application/embedded group.

See Also:
Serialized Form

Constructor Summary
InvalidGroupException(Group group, String message)
           
InvalidGroupException(Group group, String message, Throwable cause)
           
InvalidGroupException(Group group, Throwable cause)
           
 
Method Summary
 Group getGroup()
           
 
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

InvalidGroupException

public InvalidGroupException(Group group,
                             Throwable cause)

InvalidGroupException

public InvalidGroupException(Group group,
                             String message)

InvalidGroupException

public InvalidGroupException(Group group,
                             String message,
                             Throwable cause)
Method Detail

getGroup

public Group getGroup()


Copyright © 2012 Atlassian. All Rights Reserved.