Package org.exoplatform.social.common
Class ObjectAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.commons.ObjectAlreadyExistsException
org.exoplatform.social.common.ObjectAlreadyExistsException
- All Implemented Interfaces:
Serializable
@Deprecated(since="6.3.0",
forRemoval=true)
public class ObjectAlreadyExistsException
extends org.exoplatform.commons.ObjectAlreadyExistsException
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated from 6.3.0. Replaced by a new Exception org.exoplatform.commons.ObjectAlreadyExistsException
will be removed at 6.3.0
- Since:
- 6.3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectAlreadyExistsException(Object existingObject) Deprecated, for removal: This API element is subject to removal in a future version.ObjectAlreadyExistsException(Object existingObject, String message) Deprecated, for removal: This API element is subject to removal in a future version.ObjectAlreadyExistsException(Object existingObject, String message, Throwable e) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.exoplatform.commons.ObjectAlreadyExistsException
getExistingObjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectAlreadyExistsException
Deprecated, for removal: This API element is subject to removal in a future version. -
ObjectAlreadyExistsException
Deprecated, for removal: This API element is subject to removal in a future version. -
ObjectAlreadyExistsException
Deprecated, for removal: This API element is subject to removal in a future version.
-