Package lumis.portal

Class PortalObjectAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    @StableMinor(version="14.1",
                 sinceVersion="4.0")
    public class PortalObjectAlreadyExistsException
    extends DaoException
    Exception thrown when adding a object with an identifier already in use
    Since:
    4.0.10
    Version:
    $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
    See Also:
    Serialized Form
    • Constructor Detail

      • PortalObjectAlreadyExistsException

        public PortalObjectAlreadyExistsException​(String arg0)
      • PortalObjectAlreadyExistsException

        public PortalObjectAlreadyExistsException​(String arg0,
                                                  Exception innerException)
      • PortalObjectAlreadyExistsException

        public PortalObjectAlreadyExistsException​(String arg0,
                                                  IResource resource)
      • PortalObjectAlreadyExistsException

        public PortalObjectAlreadyExistsException​(String arg0,
                                                  IResource resource,
                                                  Exception innerException)
      • PortalObjectAlreadyExistsException

        public PortalObjectAlreadyExistsException​(String arg0,
                                                  List<IResource> resources)
      • PortalObjectAlreadyExistsException

        public PortalObjectAlreadyExistsException​(String arg0,
                                                  List<IResource> resources,
                                                  Exception innerException)