Exception | Description |
---|---|
AlreadyAliveException |
An attempt at starting an application fails because it is already
alive.
|
CommandExecutionException |
Throw this exception whenever a command cannot be completed successfuly.
|
ConfigurationException |
This exception is probably the most crucial punch exception.
|
EnvironmentConfigurationException |
Some value from the environment is invalid.
|
InvalidClusterConfigurationException | |
InvalidConfigurationPropertyException |
This exception returns a useful and handy error message to immediately inform the
caller about which missing property he deals with.
|
InvalidResolverKeyConfigurationException | |
InvalidStructureConfigurationException | |
KafkaConfigurationException |
Throw this exception whenever an application is submitted with an invalid
configuration.
|
MissingArgumentException |
Throw this exception whenever a command is executed with some missing mandatory parameter.
|
MissingClusterConfigurationException | |
MissingPlatformPropertiesConfigurationException |
An application or service expect a property from the punchplatform.properties file.
|
MissingRequiredSettingException |
This exception returns a useful and handy error message to immediately inform the
caller about which missing property he deals with.
|
MissingStringConfigurationPropertyException |
Signal a missing String property.
|
MissingStructureConfigurationException | |
PlatformException |
This exception is used when a fundamental platform service is not
up and running.
|
PlatformPropertiesConfigurationException |
An application or service expect a property from the punchplatform.properties file.
|
SettingsException |
You get this exception if you deal with invalid json/yaml files.
|
TimeoutException |
A read timeout was received from a remote service.
|
UnexpectedSettingTypeException |
You get this exception if you do not get the expected type from your settings map.
|
Copyright © 2014–2023. All rights reserved.