public class ServiceDeploymentException extends IgniteException
Constructor and Description |
---|
ServiceDeploymentException(String msg,
Collection<ServiceConfiguration> cfgs)
Creates service deployment exception with error message.
|
ServiceDeploymentException(String msg,
@Nullable Throwable cause,
Collection<ServiceConfiguration> cfgs)
Creates service deployment exception with error message and
Throwable as a cause. |
ServiceDeploymentException(Throwable cause,
Collection<ServiceConfiguration> cfgs)
Creates service deployment exception with
Throwable as a cause. |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceConfiguration> |
getFailedConfigurations() |
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ServiceDeploymentException(String msg, Collection<ServiceConfiguration> cfgs)
msg
- Error message.cfgs
- Configurations of services that failed to deploy.public ServiceDeploymentException(Throwable cause, Collection<ServiceConfiguration> cfgs)
Throwable
as a cause.cause
- Cause.cfgs
- Configurations of services that failed to deploy.public ServiceDeploymentException(String msg, @Nullable @Nullable Throwable cause, Collection<ServiceConfiguration> cfgs)
Throwable
as a cause.msg
- Error message.cause
- Cause.cfgs
- Configurations of services that failed to deploy.public Collection<ServiceConfiguration> getFailedConfigurations()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024