org.oasis_open.docs.wsn.bw_2
Class NotifyMessageNotSupportedFault

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

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

This class was generated by Apache CXF 2.4.2-fuse-00-06 2011-09-19T12:26:53.982Z Generated source version: 2.4.2-fuse-00-06

See Also:
Serialized Form

Constructor Summary
NotifyMessageNotSupportedFault()
           
NotifyMessageNotSupportedFault(java.lang.String message)
           
NotifyMessageNotSupportedFault(java.lang.String message, NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault)
           
NotifyMessageNotSupportedFault(java.lang.String message, NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault, java.lang.Throwable cause)
           
NotifyMessageNotSupportedFault(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 NotifyMessageNotSupportedFaultType 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

NotifyMessageNotSupportedFault

public NotifyMessageNotSupportedFault()

NotifyMessageNotSupportedFault

public NotifyMessageNotSupportedFault(java.lang.String message)

NotifyMessageNotSupportedFault

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

NotifyMessageNotSupportedFault

public NotifyMessageNotSupportedFault(java.lang.String message,
                                      NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault)

NotifyMessageNotSupportedFault

public NotifyMessageNotSupportedFault(java.lang.String message,
                                      NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault,
                                      java.lang.Throwable cause)
Method Detail

getFaultInfo

public NotifyMessageNotSupportedFaultType getFaultInfo()


Copyright © 2005-2011 FuseSource. All Rights Reserved.