com.atlassian.confluence.rpc
Class AlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.rpc.RemoteException
com.atlassian.confluence.rpc.AlreadyExistsException
- All Implemented Interfaces:
- java.io.Serializable
public class AlreadyExistsException
- extends RemoteException
Exception thrown when a user tries to create an object that already exists
- See Also:
- Serialized Form
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 |
AlreadyExistsException
public AlreadyExistsException()
AlreadyExistsException
public AlreadyExistsException(java.lang.String message)
AlreadyExistsException
public AlreadyExistsException(java.lang.Throwable cause)
AlreadyExistsException
public AlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2003-2010 Atlassian. All Rights Reserved.