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
public class AlreadyExistsException extends RemoteException
Exception thrown when a user tries to create an object that already exists- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyExistsException()
AlreadyExistsException(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
-
-