@PublicEvolving public class IllegalConfigurationException extends RuntimeException
IllegalConfigurationException is thrown when
the values in a given Configuration are not valid. This may refer
to the Flink configuration with which the framework is started,
or a Configuration passed internally between components.| Constructor and Description |
|---|
IllegalConfigurationException(String message)
Constructs an new IllegalConfigurationException with the given error message.
|
IllegalConfigurationException(String message,
Throwable cause)
Constructs an new IllegalConfigurationException with the given error message
and a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalConfigurationException(String message)
message - The error message for the exception.public IllegalConfigurationException(String message, Throwable cause)
message - The error message for the exception.cause - The exception that caused this exception.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.