public class ConfigurationException extends AbortServiceException
ConfigurationException will be thrown if an erroneous
configuration is discovered. This can be done explicitly by a service which
indicates that the service cannot be created, initialised or started or
implicitly when validating a
ConfigurationDescription
fails.| Constructor and Description |
|---|
ConfigurationException(java.lang.String message)
Constructor call is forwarded to the corresponding constructor of the
superclass.
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructor call is forwarded to the corresponding constructor of the
superclass.
|
ConfigurationException(java.lang.Throwable cause)
Constructor call is forwarded to the corresponding constructor of the
superclass.
|
public ConfigurationException(java.lang.String message)
message - The message forwarded to the corresponding constructor of
the superclass.RuntimeException.RuntimeException(java.lang.String)public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - The message forwarded to the corresponding constructor of
the superclass.cause - The cause of the exception is forwarded to the corresponding
constructor of the superclass.RuntimeException.RuntimeException(java.lang.String, java.lang.Throwable)public ConfigurationException(java.lang.Throwable cause)
cause - The cause of the exception is forwarded to the corresponding
constructor of the superclass.RuntimeException.RuntimeException(java.lang.Throwable)