Package com.webmethods.caf.common
Class CommonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.caf.common.CommonException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommonException
(Class resourceBundleClass, String messageKey) CommonException
(Class resourceBundleClass, String messageKey, Object[] messageArgs) Base constructor for CommonExceptionCommonException
(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) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommonException
-
CommonException
-
CommonException
-
CommonException
-
CommonException
-
CommonException
Base constructor for CommonException- Parameters:
resourceBundleClass
- class of default bundlemessageKey
- the message keymessageArgs
- array of arguments
-
CommonException
-
CommonException
-
-
Method Details
-
getDefaultResourceBundle
-
getMessage
- Overrides:
getMessage
in classThrowable
-