com.sun.xml.ws.server.sei
Class DispatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.ws.server.sei.DispatchException
- All Implemented Interfaces:
- Serializable
final class DispatchException
- extends Exception
Exception
that demands a specific fault message to be sent back.
TODO: think about a way to generalize it, as it seems to be useful
in other places.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
fault
final Message fault
DispatchException
public DispatchException(Message fault)