org.apache.axis2.transport.jms
Class InvokeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.axis2.transport.jms.InvokeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvokeTimeoutException
- public class InvokeException
- extends RuntimeException
The InvokeException
is thrown when a method encounters a
general exception in the course of processing.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvokeException
public InvokeException(String message)