com.atlassian.confluence.rpc
Class AlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.rpc.RemoteException
              extended by com.atlassian.confluence.rpc.AlreadyExistsException
All Implemented Interfaces:
Serializable

public class AlreadyExistsException
extends RemoteException

Exception thrown when a user tries to create an object that already exists

See Also:
Serialized Form

Constructor Summary
AlreadyExistsException()
           
AlreadyExistsException(String message)
           
AlreadyExistsException(String message, 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 message)

AlreadyExistsException

public AlreadyExistsException(Throwable cause)

AlreadyExistsException

public AlreadyExistsException(String message,
                              Throwable cause)


Copyright © 2003-2011 Atlassian. All Rights Reserved.