Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.spi.user
Class AlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.spi.user.AlreadyExistsException
All Implemented Interfaces:
Serializable

public class AlreadyExistsException
extends Exception

Thrown trying to create an existing resource.

See Also:
Serialized Form

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

AlreadyExistsException

public AlreadyExistsException()

AlreadyExistsException

public AlreadyExistsException(String msg)

AlreadyExistsException

public AlreadyExistsException(Throwable cause)

AlreadyExistsException

public AlreadyExistsException(String msg,
                              Throwable cause)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.