com.sun.xml.ws.server.sei
Class DispatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.


Field Summary
(package private)  Message fault
           
 
Constructor Summary
DispatchException(Message fault)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fault

final Message fault
Constructor Detail

DispatchException

public DispatchException(Message fault)