| 
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
org.apache.cxf.configuration.ConfigurationException
public class ConfigurationException
| Constructor Summary | |
|---|---|
ConfigurationException(Message msg)
Constructs a ConfigurationException with the provided detail message. | 
|
ConfigurationException(Message msg,
                       Throwable cause)
Constructs a ConfigurationException with the detail message and cause
 provided. | 
|
ConfigurationException(Throwable cause)
Constructs a ConfigurationException with the provided cause. | 
|
| Method Summary | 
|---|
| Methods inherited from class org.apache.cxf.common.i18n.UncheckedException | 
|---|
getCode, getMessage | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ConfigurationException(Message msg)
ConfigurationException with the provided detail message.
public ConfigurationException(Message msg,
                              Throwable cause)
ConfigurationException with the detail message and cause
 provided.
public ConfigurationException(Throwable cause)
ConfigurationException with the provided cause.
  | 
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||