com.sun.xml.ws.wsdl
Class DispatchException

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

Field Summary
 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

public final Message fault
Constructor Detail

DispatchException

public DispatchException(Message fault)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.