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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.