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:
Serializable

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

This class was generated by IONA FUSE Services Framework 2.1.2.1-fuse Thu Oct 09 22:15:46 EDT 2008 Generated source version: 2.1.2.1-fuse

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
NotifyMessageNotSupportedFault()
           
NotifyMessageNotSupportedFault(String message)
           
NotifyMessageNotSupportedFault(String message, NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault)
           
NotifyMessageNotSupportedFault(String message, NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault, Throwable cause)
           
NotifyMessageNotSupportedFault(String message, 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
 

Field Detail

serialVersionUID

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

NotifyMessageNotSupportedFault

public NotifyMessageNotSupportedFault()

NotifyMessageNotSupportedFault

public NotifyMessageNotSupportedFault(String message)

NotifyMessageNotSupportedFault

public NotifyMessageNotSupportedFault(String message,
                                      Throwable cause)

NotifyMessageNotSupportedFault

public NotifyMessageNotSupportedFault(String message,
                                      NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault)

NotifyMessageNotSupportedFault

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

getFaultInfo

public NotifyMessageNotSupportedFaultType getFaultInfo()


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