Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.group
Class GroupAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jivesoftware.openfire.group.GroupAlreadyExistsException
All Implemented Interfaces:
Serializable

public class GroupAlreadyExistsException
extends Exception

Thrown when attempting to create a group that already exists.

Author:
Iain Shigeoka
See Also:
Serialized Form

Constructor Summary
GroupAlreadyExistsException()
           
GroupAlreadyExistsException(String message)
           
GroupAlreadyExistsException(String message, Throwable cause)
           
GroupAlreadyExistsException(Throwable cause)
           
 
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

GroupAlreadyExistsException

public GroupAlreadyExistsException()

GroupAlreadyExistsException

public GroupAlreadyExistsException(String message)

GroupAlreadyExistsException

public GroupAlreadyExistsException(Throwable cause)

GroupAlreadyExistsException

public GroupAlreadyExistsException(String message,
                                   Throwable cause)

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.