Class DeploymentInProgressException

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="17.0",
                 sinceVersion="7.1")
    public class DeploymentInProgressException
    extends PortalException
    Indicates that exists a deployment in progress.
    Since:
    7.1.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Constructor Detail

      • DeploymentInProgressException

        public DeploymentInProgressException​(java.lang.String arg0)
      • DeploymentInProgressException

        public DeploymentInProgressException​(java.lang.String arg0,
                                             java.lang.Exception innerException)
      • DeploymentInProgressException

        public DeploymentInProgressException​(java.lang.String arg0,
                                             IResource resource,
                                             java.lang.Exception innerException)
      • DeploymentInProgressException

        public DeploymentInProgressException​(java.lang.String arg0,
                                             IResource resource)
      • DeploymentInProgressException

        public DeploymentInProgressException​(java.lang.String arg0,
                                             java.util.List<IResource> resources,
                                             java.lang.Exception innerException)
      • DeploymentInProgressException

        public DeploymentInProgressException​(java.lang.String arg0,
                                             java.util.List<IResource> resources)