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.Modifier and Type | Field and Description |
---|---|
com.sun.xml.ws.api.message.Message |
fault |
Constructor and Description |
---|
DispatchException(com.sun.xml.ws.api.message.Message fault) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Oracle Corporation. All rights reserved.