org.apache.ws.notification.base.faults
Class TopicNotSupportedFaultException

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.notification.base.faults.TopicNotSupportedFaultException
All Implemented Interfaces:
java.io.Serializable

public class TopicNotSupportedFaultException
extends org.apache.ws.resource.faults.AbstractBaseFaultException

The WS-BaseN TopicNotSupportedFault (thrown by GetCurrentMessage operation).

See Also:
Serialized Form

Constructor Summary
TopicNotSupportedFaultException(WsnNamespaceVersionHolder namespaceVersionHolder, java.lang.String faultString)
          Creates a new TopicNotSupportedFaultException object.
 
Method Summary
 javax.xml.namespace.QName getBaseFaultName()
          Returns the QName of this fault
 
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

TopicNotSupportedFaultException

public TopicNotSupportedFaultException(WsnNamespaceVersionHolder namespaceVersionHolder,
                                       java.lang.String faultString)
Creates a new TopicNotSupportedFaultException object.

Parameters:
namespaceVersionHolder - DOCUMENT_ME
faultString - DOCUMENT_ME
Method Detail

getBaseFaultName

public javax.xml.namespace.QName getBaseFaultName()
Returns the QName of this fault

Returns:
fault QName


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