com.sun.ws.management
Class InvalidOptionsFault

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.InvalidOptionsFault
All Implemented Interfaces:
java.io.Serializable

public class InvalidOptionsFault
extends SenderFault

See Also:
Serialized Form

Nested Class Summary
static class InvalidOptionsFault.Detail
           
 
Field Summary
static javax.xml.namespace.QName INVALID_OPTIONS
           
static java.lang.String INVALID_OPTIONS_REASON
           
 
Constructor Summary
InvalidOptionsFault(InvalidOptionsFault.Detail... detail)
           
InvalidOptionsFault(org.w3c.dom.Node... details)
           
 
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

INVALID_OPTIONS

public static final javax.xml.namespace.QName INVALID_OPTIONS

INVALID_OPTIONS_REASON

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

InvalidOptionsFault

public InvalidOptionsFault(InvalidOptionsFault.Detail... detail)

InvalidOptionsFault

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