Package com.sun.xml.ws.wsdl
Class DispatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.xml.ws.wsdl.DispatchException
-
- All Implemented Interfaces:
Serializable
public 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.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DispatchException(Message fault)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-