Package org.apache.axis.transport.jms
Class InvokeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.axis.transport.jms.InvokeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvokeTimeoutException
public class InvokeException extends java.lang.RuntimeException
TheInvokeException
is thrown when a method encounters a general exception in the course of processing.- Author:
- Jaime Meritt (jmeritt@sonicsoftware.com), Richard Chung (rchung@sonicsoftware.com), Dave Chappell (chappell@sonicsoftware.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvokeException(java.lang.String message)
-