org.oasis_open.docs.wsn.bw_2
Class TopicNotSupportedFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.oasis_open.docs.wsn.bw_2.TopicNotSupportedFault
All Implemented Interfaces:
Serializable

@WebFault(name="TopicNotSupportedFault",
          targetNamespace="http://docs.oasis-open.org/wsn/b-2")
public class TopicNotSupportedFault
extends Exception

This class was generated by Apache CXF 2.2.0.0-fuse Tue May 05 21:33:18 EDT 2009 Generated source version: 2.2.0.0-fuse

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
TopicNotSupportedFault()
           
TopicNotSupportedFault(String message)
           
TopicNotSupportedFault(String message, Throwable cause)
           
TopicNotSupportedFault(String message, TopicNotSupportedFaultType topicNotSupportedFault)
           
TopicNotSupportedFault(String message, TopicNotSupportedFaultType topicNotSupportedFault, Throwable cause)
           
 
Method Summary
 TopicNotSupportedFaultType getFaultInfo()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TopicNotSupportedFault

public TopicNotSupportedFault()

TopicNotSupportedFault

public TopicNotSupportedFault(String message)

TopicNotSupportedFault

public TopicNotSupportedFault(String message,
                              Throwable cause)

TopicNotSupportedFault

public TopicNotSupportedFault(String message,
                              TopicNotSupportedFaultType topicNotSupportedFault)

TopicNotSupportedFault

public TopicNotSupportedFault(String message,
                              TopicNotSupportedFaultType topicNotSupportedFault,
                              Throwable cause)
Method Detail

getFaultInfo

public TopicNotSupportedFaultType getFaultInfo()


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.