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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
fault
public final Message fault
DispatchException
public DispatchException(Message fault)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.