public class ServiceInitializationException extends ServiceException
code, formatString, messageKey| Constructor and Description |
|---|
ServiceInitializationException(DynObject serviceParameters,
java.lang.Throwable cause)
Creates a new
ServiceInitializationException with the parameters
of the service being initialized. |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, valuespublic ServiceInitializationException(DynObject serviceParameters, java.lang.Throwable cause)
ServiceInitializationException with the parameters
of the service being initialized.serviceParameters - of the service being initializedcause - original cause of the exception