public class FactoryConfigurationError extends ConfigurationError
Constructor and Description |
---|
FactoryConfigurationError(java.lang.String msg)
Instantiates a new factory configuration error using a message.
|
FactoryConfigurationError(java.lang.String msg,
java.lang.Throwable cause)
Instantiates a new factory configuration error using a message and an exception.
|
public FactoryConfigurationError(java.lang.String msg)
msg
- the message to be using in the errorpublic FactoryConfigurationError(java.lang.String msg, java.lang.Throwable cause)
msg
- the message to be using in the errorcause
- the exception that caused the error