public class ServiceInitializationException extends ServiceException
code, formatString, messageKey| Constructor and Description |
|---|
ServiceInitializationException(DynObject serviceParameters,
Throwable cause)
Creates a new
ServiceInitializationException with the parameters
of the service being initialized. |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, valuesaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceInitializationException(DynObject serviceParameters, Throwable cause)
ServiceInitializationException with the parameters
of the service being initialized.serviceParameters - of the service being initializedcause - original cause of the exception