com.sun.xml.ws.policy.jaxws.xmlstreamwriter
Class InvocationProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.xml.ws.policy.jaxws.xmlstreamwriter.InvocationProcessingException
All Implemented Interfaces:
java.io.Serializable

public class InvocationProcessingException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
InvocationProcessingException(Invocation invocation)
           
InvocationProcessingException(Invocation invocation, java.lang.Throwable cause)
           
InvocationProcessingException(java.lang.String message)
           
InvocationProcessingException(java.lang.String message, java.lang.Throwable cause)
           
InvocationProcessingException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

InvocationProcessingException

public InvocationProcessingException(java.lang.String message)

InvocationProcessingException

public InvocationProcessingException(java.lang.String message,
                                     java.lang.Throwable cause)

InvocationProcessingException

public InvocationProcessingException(java.lang.Throwable cause)

InvocationProcessingException

public InvocationProcessingException(Invocation invocation)

InvocationProcessingException

public InvocationProcessingException(Invocation invocation,
                                     java.lang.Throwable cause)