public class ServiceConfigurationError
extends java.lang.Error
| 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.
|
public ServiceConfigurationError(java.lang.String msg)
msg - the detail stringpublic ServiceConfigurationError(java.lang.Throwable x)
x - the throwable to be wrappedCopyright © 2016 Oracle Corporation. All Rights Reserved.