Class DeploymentInProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.deployment.exception.DeploymentInProgressException
-
- All Implemented Interfaces:
java.io.Serializable
@StableMinor(version="16.0", sinceVersion="7.1") public class DeploymentInProgressException extends PortalException
Indicates that exists a deployment in progress.- Since:
- 7.1.0
- Version:
- $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description DeploymentInProgressException(java.lang.String arg0)
DeploymentInProgressException(java.lang.String arg0, java.lang.Exception innerException)
DeploymentInProgressException(java.lang.String arg0, java.util.List<IResource> resources)
DeploymentInProgressException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
DeploymentInProgressException(java.lang.String arg0, IResource resource)
DeploymentInProgressException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
-
-
-
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)
-
-