| Constructor and Description | 
|---|
| BusException(Message msg)Constructs a  BusExceptionwith the provided detail message. | 
| BusException(Message msg,
            Throwable cause)Constructs a  BusExceptionwith the detail message and cause
 provided. | 
| Constructor and Description | 
|---|
| ExtensionException(Message msg)Constructs a  ExtensionExceptionwith the provided detail message. | 
| ExtensionException(Message msg,
                  Throwable cause)Constructs a  ExtensionExceptionwith the detail message and cause
 provided. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Message | UncheckedException. message | 
| Constructor and Description | 
|---|
| Exception(Message msg) | 
| Exception(Message msg,
         Throwable t) | 
| UncheckedException(Message msg) | 
| UncheckedException(Message msg,
                  Throwable t) | 
| Constructor and Description | 
|---|
| Base64Exception(Message msg) | 
| Base64Exception(Message msg,
               Throwable t) | 
| Constructor and Description | 
|---|
| ConfigurationException(Message msg)Constructs a  ConfigurationExceptionwith the provided detail message. | 
| ConfigurationException(Message msg,
                      Throwable cause)Constructs a  ConfigurationExceptionwith the detail message and cause
 provided. | 
| Constructor and Description | 
|---|
| EndpointException(Message msg) | 
| EndpointException(Message msg,
                 Throwable t) | 
| Constructor and Description | 
|---|
| Fault(Message message) | 
| Fault(Message message,
     QName fc) | 
| Fault(Message message,
     Throwable throwable) | 
| Fault(Message message,
     Throwable throwable,
     QName fc) | 
| Constructor and Description | 
|---|
| ServiceConstructionException(Message msg) | 
| ServiceConstructionException(Message msg,
                            Throwable t) | 
| Constructor and Description | 
|---|
| EndpointUtilsException(Message msg) | 
| EndpointUtilsException(Message msg,
                      Throwable t) | 
Apache CXF