Package org.apache.flink.client.program
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
IfDeploymentOptions.PROGRAM_CONFIG_ENABLEDis disabled, configurations in the user jar will throw this exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MutatedConfigurationException(Collection<String> errorMessages)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MutatedConfigurationException
public MutatedConfigurationException(Collection<String> errorMessages)
-
-