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 Details

    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(Object existingObject)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(Object existingObject, String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(Object existingObject, String message, Throwable e)
      Deprecated, for removal: This API element is subject to removal in a future version.