org.jboss.axis.transport.jms
Class InvokeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jboss.axis.transport.jms.InvokeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvokeTimeoutException (src)

public class InvokeException
extends java.lang.RuntimeException

The InvokeException is thrown when a method encounters a general exception in the course of processing.

See Also:
Serialized Form

Constructor Summary
InvokeException(java.lang.String message)
           
 
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

InvokeException

public InvokeException(java.lang.String message)