public interface FaultListener
Modifier and Type | Method and Description |
---|---|
boolean |
faultOccurred(Exception exception,
String description,
Message message)
Handle the occurred exception.
|
boolean faultOccurred(Exception exception, String description, Message message)
exception
- 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