com.sun.ws.management.eventing
Class UnableToRenewFault

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

public class UnableToRenewFault
extends SenderFault

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName UNABLE_TO_RENEW
           
static java.lang.String UNABLE_TO_RENEW_REASON
           
 
Constructor Summary
UnableToRenewFault(org.w3c.dom.Node... details)
           
UnableToRenewFault(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

UNABLE_TO_RENEW

public static final javax.xml.namespace.QName UNABLE_TO_RENEW

UNABLE_TO_RENEW_REASON

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

UnableToRenewFault

public UnableToRenewFault(java.lang.String explanation)

UnableToRenewFault

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