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, values
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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