org.apache.ws.resource.lifetime.faults
Class UnableToSetTerminationTimeFaultException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.xml.rpc.soap.SOAPFaultException
                  extended byorg.apache.ws.resource.faults.FaultException
                      extended byorg.apache.ws.resource.faults.AbstractBaseFaultException
                          extended byorg.apache.ws.resource.lifetime.faults.UnableToSetTerminationTimeFaultException
All Implemented Interfaces:
java.io.Serializable

public class UnableToSetTerminationTimeFaultException
extends AbstractBaseFaultException

An Exception representing the WSRL-defined UnableToSetTerminationTime fault, which is thrown by the SetTerminationTime operation if it cannot set the resource's termination time.

Author:
Ian Springer
See Also:
Serialized Form

Constructor Summary
UnableToSetTerminationTimeFaultException(NamespaceVersionHolder namespaces, java.lang.Object resourceId, java.lang.String serviceName)
          Constructs a new UnableToSetTerminationTimeFaultException, specifying the resource id and service name of the unknown resource.
UnableToSetTerminationTimeFaultException(NamespaceVersionHolder namespaces, ResourceUnknownException rue)
           
 
Method Summary
 javax.xml.namespace.QName getBaseFaultName()
          Returns the element name for this base fault.
 java.lang.Object getResourceId()
          DOCUMENT_ME
 java.lang.String getServiceName()
          DOCUMENT_ME
 
Methods inherited from class org.apache.ws.resource.faults.AbstractBaseFaultException
getDescription, getDetail, getErrorCode, getFaultCause, getNamespaceSet, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString, toXmlObject
 
Methods inherited from class org.apache.ws.resource.faults.FaultException
addDetailEntry, addDetailEntry
 
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getFaultActor, getFaultCode, getFaultString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnableToSetTerminationTimeFaultException

public UnableToSetTerminationTimeFaultException(NamespaceVersionHolder namespaces,
                                                java.lang.Object resourceId,
                                                java.lang.String serviceName)
Constructs a new UnableToSetTerminationTimeFaultException, specifying the resource id and service name of the unknown resource.

Parameters:
resourceId -
serviceName -

UnableToSetTerminationTimeFaultException

public UnableToSetTerminationTimeFaultException(NamespaceVersionHolder namespaces,
                                                ResourceUnknownException rue)
Parameters:
rue -
Method Detail

getBaseFaultName

public javax.xml.namespace.QName getBaseFaultName()
Returns the element name for this base fault.

Specified by:
getBaseFaultName in class AbstractBaseFaultException
Returns:
the element name for this base fault

getResourceId

public java.lang.Object getResourceId()
DOCUMENT_ME

Returns:
DOCUMENT_ME

getServiceName

public java.lang.String getServiceName()
DOCUMENT_ME

Returns:
DOCUMENT_ME


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.