public final class IpcSetupFailureException extends EngineInitializationException
The IPC uses sockets to setup connection between local processes running in the environment. It is possible that the environment has a firewall software that does not allow using the available ports. In such cases this exception will be thrown.
Constructor and Description |
---|
IpcSetupFailureException()
Constructs a new
IpcSetupFailureException instance. |
IpcSetupFailureException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of
IpcSetupFailureException with the given message and
cause. |
public IpcSetupFailureException()
IpcSetupFailureException
instance.public IpcSetupFailureException(java.lang.String message, java.lang.Throwable cause)
IpcSetupFailureException
with the given message
and
cause.message
- the detail messagecause
- the cause