com.webmethods.caf.common
Class CommonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.caf.common.CommonException
- All Implemented Interfaces:
- Serializable
public class CommonException
- extends Exception
- See Also:
- Serialized Form
Constructor Summary |
CommonException(Class resourceBundleClass,
String messageKey)
|
CommonException(Class resourceBundleClass,
String messageKey,
Object[] messageArgs)
Base constructor for CommonException |
CommonException(String messageKey)
|
CommonException(String messageKey,
Object[] messageArgs)
|
CommonException(Throwable target)
|
CommonException(Throwable target,
Class resourceBundleClass,
String messageKey,
Object[] messageArgs)
|
CommonException(Throwable target,
String messageKey)
|
CommonException(Throwable target,
String messageKey,
Object[] messageArgs)
|
CommonException
public CommonException(String messageKey,
Object[] messageArgs)
CommonException
public CommonException(String messageKey)
CommonException
public CommonException(Throwable target,
String messageKey,
Object[] messageArgs)
CommonException
public CommonException(Throwable target,
String messageKey)
CommonException
public CommonException(Throwable target)
CommonException
public CommonException(Class resourceBundleClass,
String messageKey,
Object[] messageArgs)
- Base constructor for CommonException
- Parameters:
resourceBundleClass
- class of default bundlemessageKey
- the message keymessageArgs
- array of arguments
CommonException
public CommonException(Class resourceBundleClass,
String messageKey)
CommonException
public CommonException(Throwable target,
Class resourceBundleClass,
String messageKey,
Object[] messageArgs)
getDefaultResourceBundle
public static ResourceBundle getDefaultResourceBundle()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable