org.apache.servicemix.wsn.jaxws
Class UnableToDestroySubscriptionFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.servicemix.wsn.jaxws.UnableToDestroySubscriptionFault
All Implemented Interfaces:
Serializable

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

See Also:
Serialized Form

Constructor Summary
UnableToDestroySubscriptionFault(String message, UnableToDestroySubscriptionFaultType faultInfo)
           
UnableToDestroySubscriptionFault(String message, UnableToDestroySubscriptionFaultType faultInfo, Throwable t)
           
 
Method Summary
 UnableToDestroySubscriptionFaultType 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

UnableToDestroySubscriptionFault

public UnableToDestroySubscriptionFault(String message,
                                        UnableToDestroySubscriptionFaultType faultInfo)

UnableToDestroySubscriptionFault

public UnableToDestroySubscriptionFault(String message,
                                        UnableToDestroySubscriptionFaultType faultInfo,
                                        Throwable t)
Method Detail

getFaultInfo

public UnableToDestroySubscriptionFaultType getFaultInfo()


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