Package lumis.portal

Class PortalObjectAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    @StableMinor(version="14.0",
                 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: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 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)