public class AlertUtil extends Object
| Constructor and Description |
|---|
AlertUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
constructLogMessage(String bundleKey) |
static String |
constructMessage(String bundleKey) |
static String |
constructMessage(String bundleKey,
Object[] args) |
static Exception |
createManagementException(String bundleKey,
Object[] args,
Throwable sourceException)
Creates a management message string and populates the exception
|
static I18NBundle |
getPackageBundle()
gives the I18N bundle
|
public static Exception createManagementException(String bundleKey, Object[] args, Throwable sourceException)
bundleKey - args - of StringssourceException - -
the source exception to propagatepublic static I18NBundle getPackageBundle()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.