com.atlassian.crowd.integration.exception
Class InvalidGroupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.InvalidGroupException
All Implemented Interfaces:
Serializable

public class InvalidGroupException
extends Exception

Thrown when an invalid group is provided.

Version:
1.0
Author:
Justen Stepka
See Also:
Serialized Form

Constructor Summary
InvalidGroupException()
          Default constructor.
InvalidGroupException(String s)
          Default constructor.
InvalidGroupException(String s, Throwable throwable)
          Default constructor.
InvalidGroupException(Throwable throwable)
          Default constructor.
 
Method Summary
 
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()
Default constructor.


InvalidGroupException

public InvalidGroupException(String s)
Default constructor.

Parameters:
s - the message.

InvalidGroupException

public InvalidGroupException(String s,
                             Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

InvalidGroupException

public InvalidGroupException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.