public class ConfigurationError
extends java.lang.Error
Constructor and Description |
---|
ConfigurationError(java.lang.String message)
Instantiates a new configuration error based a new message.
|
ConfigurationError(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new configuration error using a message and exception.
|
ConfigurationError(java.lang.Throwable cause)
Instantiates a new configuration error based on an exception.
|
public ConfigurationError(java.lang.String message)
message
- the messagepublic ConfigurationError(java.lang.Throwable cause)
cause
- the exception that was thrownpublic ConfigurationError(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the exception that was thrown