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 WebServiceException

See Also:
Serialized Form

Constructor Summary
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
 

Constructor Detail

ActionNotSupportedException

public ActionNotSupportedException(String action)
Method Detail

getAction

public String getAction()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.