public class ServiceConfigurationError extends Error
| Constructor and Description |
|---|
ServiceConfigurationError(String msg)
Constructs a new instance with the specified detail string.
|
ServiceConfigurationError(Throwable x)
Constructs a new instance that wraps the specified throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceConfigurationError(String msg)
msg - the detail stringpublic ServiceConfigurationError(Throwable x)
x - the throwable to be wrappedCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.