Class MutatedConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.client.program.MutatedConfigurationException
All Implemented Interfaces:
Serializable

@Internal public class MutatedConfigurationException extends Exception
If DeploymentOptions.PROGRAM_CONFIG_ENABLED is disabled, configurations in the user jar will throw this exception.
See Also:
  • Constructor Details

    • MutatedConfigurationException

      public MutatedConfigurationException(Collection<String> errorMessages)