Class 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:
    Serialized Form
    • Constructor Detail

      • 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.