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:
java.io.Serializable

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

This class was generated by Apache CXF 2.6.0.redhat-60024 2013-04-05T15:15:22.883-04:00 Generated source version: 2.6.0.redhat-60024

See Also:
Serialized Form

Constructor Summary
TopicNotSupportedFault()
           
TopicNotSupportedFault(java.lang.String message)
           
TopicNotSupportedFault(java.lang.String message, java.lang.Throwable cause)
           
TopicNotSupportedFault(java.lang.String message, TopicNotSupportedFaultType topicNotSupportedFault)
           
TopicNotSupportedFault(java.lang.String message, TopicNotSupportedFaultType topicNotSupportedFault, java.lang.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
 

Constructor Detail

TopicNotSupportedFault

public TopicNotSupportedFault()

TopicNotSupportedFault

public TopicNotSupportedFault(java.lang.String message)

TopicNotSupportedFault

public TopicNotSupportedFault(java.lang.String message,
                              java.lang.Throwable cause)

TopicNotSupportedFault

public TopicNotSupportedFault(java.lang.String message,
                              TopicNotSupportedFaultType topicNotSupportedFault)

TopicNotSupportedFault

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

getFaultInfo

public TopicNotSupportedFaultType getFaultInfo()


Copyright © 2005-2013 FuseSource. All Rights Reserved.