com.atlassian.crowd.exception
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.InvalidGroupException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidRoleException

public class InvalidGroupException
extends CrowdException

Thrown to indicate an invalid model group.

See Also:
Serialized Form

Constructor Summary
InvalidGroupException(Group group, String message)
          Constructs a new InvalidGroupException with the invalid group and
InvalidGroupException(Group group, String message, Throwable cause)
           
InvalidGroupException(Group group, Throwable cause)
          Constructs a new InvalidGroupException with the invalid group given and a 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)
Constructs a new InvalidGroupException with the invalid group given and a cause.

Parameters:
group - the invalid group
cause - the cause (a null value is permitted)

InvalidGroupException

public InvalidGroupException(Group group,
                             String message)
Constructs a new InvalidGroupException with the invalid group and

Parameters:
group - invalid group
message - detail message

InvalidGroupException

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

getGroup

public Group getGroup()


Copyright © 2013 Atlassian. All Rights Reserved.