public class NoOpFaultListener extends Object implements FaultListener
| Constructor and Description | 
|---|
| NoOpFaultListener() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | faultOccurred(Exception exception,
             String description,
             Message message)Handle the occurred exception. | 
public boolean faultOccurred(Exception exception, String description, Message message)
FaultListenerfaultOccurred in interface FaultListenerexception - The exceptiondescription - A description of where in the service interfaces
 the exception occurred.message - the message processed while the exception occurred.true if CXF should use default handling for this
 exception which normally is just logging the exception, false
 if CXF not should do any logging.Apache CXF