com.sun.xml.ws.addressing.model
Class ActionNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by com.sun.xml.ws.addressing.model.ActionNotSupportedException
All Implemented Interfaces:
Serializable

public class ActionNotSupportedException
extends javax.xml.ws.WebServiceException

See Also:
Serialized Form

Field Summary
(package private)  String action
           
 
Constructor Summary
protected ActionNotSupportedException()
           
  ActionNotSupportedException(String action)
           
 
Method Summary
 String getAction()
           
 
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
 

Field Detail

action

String action
Constructor Detail

ActionNotSupportedException

protected ActionNotSupportedException()

ActionNotSupportedException

public ActionNotSupportedException(String action)
Method Detail

getAction

public String getAction()