Package org.apache.cxf.common.i18n
Class UncheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException
,ExtensionException
,Fault
,ServiceConstructionException
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUncheckedException
(Throwable cause) UncheckedException
(Logger log, String msg, Object... params) UncheckedException
(Logger log, String msg, Throwable t, Object... params) UncheckedException
(ResourceBundle bundle, String msg, Object... params) UncheckedException
(ResourceBundle bundle, String msg, Throwable t, Object... params) UncheckedException
(Message msg, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
message
-
-
Constructor Details
-
UncheckedException
-
UncheckedException
-
UncheckedException
-
UncheckedException
-
UncheckedException
-
UncheckedException
-
UncheckedException
-
-
Method Details
-
getCode
-
getMessage
- Overrides:
getMessage
in classThrowable
-