Class DeploymentInProgressException

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="15.0",
                 sinceVersion="7.1")
    public class DeploymentInProgressException
    extends PortalException
    Indicates that exists a deployment in progress.
    Since:
    7.1.0
    Version:
    $Revision: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
    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)