| Class | Description |
|---|---|
| ClusterSeedsNotFound |
ClusterSeedsNotFound is thrown while starting the container or host app if clusterSeeds are not provided or set in
environment variable
|
| FileNotFound$ | |
| InitializationFailed |
InitializationFailed is thrown by supervisor of a component if component initialization fails and it is started in
standalone mode.
|
| LocalFileNotFound$ | |
| UnableToParseOptions |
UnableToParseOptions is thrown while starting the container or host app if any of the options is not valid
|
| Exception | Description |
|---|---|
| ClusterSeedsNotFound$ |
ClusterSeedsNotFound is thrown while starting the container or host app if clusterSeeds are not provided or set in
environment variable
|
| FailureRestart |
Represents an exception that will cause the component to restart.
|
| FailureStop |
Represents an exception that will cause the termination of component when thrown from any
component code.
|
| FileNotFound |
FileNotFound exception is thrown while starting the container or host app if a remote config file used to spawn the
app is not available on config server
|
| InitializationFailed$ |
InitializationFailed is thrown by supervisor of a component if component initialization fails and it is started in
standalone mode.
|
| LocalFileNotFound |
LocalFileNotFound exception is thrown while starting the container or host app if a local config file used to spawn the
app is not available on local disk
|
| UnableToParseOptions$ |
UnableToParseOptions is thrown while starting the container or host app if any of the options is not valid
|