Apache CXF API

org.apache.cxf.wsn.jms
Class InvalidTopicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.wsn.jms.InvalidTopicException
All Implemented Interfaces:
Serializable

public class InvalidTopicException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidTopicException()
           
InvalidTopicException(String message)
           
InvalidTopicException(String message, Throwable cause)
           
InvalidTopicException(Throwable cause)
           
 
Method Summary
 
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

InvalidTopicException

public InvalidTopicException()

InvalidTopicException

public InvalidTopicException(String message,
                             Throwable cause)

InvalidTopicException

public InvalidTopicException(String message)

InvalidTopicException

public InvalidTopicException(Throwable cause)

Apache CXF API

Apache CXF