Java Doc for ExceptionHasMessage.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » api » message » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This class represents an Exception that needs to be marshalled
with a specific protocol wire format. For example, the SOAP's
VersionMismatchFault needs to be written with a correct fault code.
In that case, decoder could throw
VersionMismatchException ,
and the correspoinding fault
Message from
ExceptionHasMessage::getFaultMessage is sent on the wire.
author: Jitendra Kotamraju