com.sun.ws.management.enumeration
Class CannotProcessFilterFault

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

public class CannotProcessFilterFault
extends SenderFault

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName CANNOT_PROCESS_FILTER
           
static java.lang.String CANNOT_PROCESS_FILTER_REASON
           
 
Constructor Summary
CannotProcessFilterFault(org.w3c.dom.Node... details)
           
CannotProcessFilterFault(java.lang.String explanation)
           
 
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

CANNOT_PROCESS_FILTER

public static final javax.xml.namespace.QName CANNOT_PROCESS_FILTER

CANNOT_PROCESS_FILTER_REASON

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

CannotProcessFilterFault

public CannotProcessFilterFault(java.lang.String explanation)

CannotProcessFilterFault

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