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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionUncheckedException(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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, 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:
- getMessagein class- Throwable
 
 
-