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.
- 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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.