Package csw.framework.exceptions


package csw.framework.exceptions
  • Class
    Description
    ClusterSeedsNotFound is thrown while starting the container or host app if CLUSTER_SEEDS are not provided or set in environment variable
    ClusterSeedsNotFound is thrown while starting the container or host app if CLUSTER_SEEDS are not provided or set in environment variable
    Represents an exception that will cause the component to restart.
    Represents an exception that will cause the termination of component when thrown from any component code.
    InitializationFailed is thrown by supervisor of a component if component initialization fails and it is started in standalone mode.
    InitializationFailed is thrown by supervisor of a component if component initialization fails and it is started in standalone mode.
    UnableToParseOptions is thrown while starting the container or host app if any of the options is not valid
    UnableToParseOptions is thrown while starting the container or host app if any of the options is not valid