org.apache.servicemix.wsn.jaxws
Class InvalidTopicExpressionFault

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

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

See Also:
Serialized Form

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

InvalidTopicExpressionFault

public InvalidTopicExpressionFault(String message,
                                   InvalidTopicExpressionFaultType faultInfo)

InvalidTopicExpressionFault

public InvalidTopicExpressionFault(String message,
                                   InvalidTopicExpressionFaultType faultInfo,
                                   Throwable t)
Method Detail

getFaultInfo

public InvalidTopicExpressionFaultType getFaultInfo()


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