public class ServiceConfigurationError
extends java.lang.Error
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ServiceConfigurationError(java.lang.String msg)
Constructs a new instance with the specified detail string.
|
ServiceConfigurationError(java.lang.Throwable x)
Constructs a new instance that wraps the specified throwable.
|
private static final long serialVersionUID
public ServiceConfigurationError(java.lang.String msg)
msg - the detail stringpublic ServiceConfigurationError(java.lang.Throwable x)
x - the throwable to be wrapped