com.sun.xml.ws.xmlfilter
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.xmlfilter.InvocationProcessingException
All Implemented Interfaces:
Serializable

public class InvocationProcessingException
extends RuntimeException

Author:
Marek Potociar (marek.potociar at sun.com)
See Also:
Serialized Form

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

InvocationProcessingException

public InvocationProcessingException(String message,
                                     Throwable cause)

InvocationProcessingException

public InvocationProcessingException(Throwable cause)

InvocationProcessingException

public InvocationProcessingException(Invocation invocation)

InvocationProcessingException

public InvocationProcessingException(Invocation invocation,
                                     Throwable cause)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.