Package 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:
Serializable
Exception thrown when a user tries to create an object that already exists
- See Also:
-
Constructor Summary
ConstructorDescriptionAlreadyExistsException
(String message) AlreadyExistsException
(String message, Throwable cause) AlreadyExistsException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyExistsException
public AlreadyExistsException() -
AlreadyExistsException
-
AlreadyExistsException
-
AlreadyExistsException
-