Package com.sun.xml.ws.xmlfilter
Class InvocationProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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)
-
-