Package com.sun.xml.ws.addressing.model
Class ActionNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.xml.ws.WebServiceException
-
- com.sun.xml.ws.addressing.model.ActionNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class ActionNotSupportedException extends javax.xml.ws.WebServiceException- Author:
- Arun Gupta
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionNotSupportedException(String action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-