public class ConfigurationFault extends RuntimeException
| Constructor and Description |
|---|
ConfigurationFault(String message)
Construct a ConfigurationFault with the given message.
|
ConfigurationFault(String message,
Throwable cause)
Construct a ConfigurationFault with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationFault(String message)
message - An explanatory message.Copyright © 2018 Symphony Software Foundation. All rights reserved.