com.sun.ws.management
Class UnsupportedFeatureFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.ws.management.soap.FaultException
                  extended by com.sun.ws.management.soap.SenderFault
                      extended by com.sun.ws.management.UnsupportedFeatureFault
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedFeatureFault
extends SenderFault

See Also:
Serialized Form

Nested Class Summary
static class UnsupportedFeatureFault.Detail
           
 
Field Summary
static javax.xml.namespace.QName UNSUPPORTED_FEATURE
           
static java.lang.String UNSUPPORTED_FEATURE_REASON
           
 
Constructor Summary
UnsupportedFeatureFault(org.w3c.dom.Node... details)
           
UnsupportedFeatureFault(UnsupportedFeatureFault.Detail... detail)
           
 
Method Summary
 
Methods inherited from class com.sun.ws.management.soap.FaultException
encode, getAction, getCode, getDetails, getReason, getSubcode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSUPPORTED_FEATURE

public static final javax.xml.namespace.QName UNSUPPORTED_FEATURE

UNSUPPORTED_FEATURE_REASON

public static final java.lang.String UNSUPPORTED_FEATURE_REASON
See Also:
Constant Field Values
Constructor Detail

UnsupportedFeatureFault

public UnsupportedFeatureFault(UnsupportedFeatureFault.Detail... detail)

UnsupportedFeatureFault

public UnsupportedFeatureFault(org.w3c.dom.Node... details)