Package org.apache.axis.transport.jms
Class InvokeTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.axis.transport.jms.InvokeException
-
- org.apache.axis.transport.jms.InvokeTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvokeTimeoutException extends InvokeException
TheInvokeTimeoutException
is thrown when a method cannot complete processing within the time allotted. This occurs most often when the broker has failed and the client is unable to reconnect. This may be thrown from any method within the wsclient that interacts with the broker. The timeout is defined within the environment parameter tocreateConnector
method inJMSConnectorFactory
The key in the table isIJMSConstants.INTERACT_TIMEOUT_TIME
- 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 InvokeTimeoutException(java.lang.String message)
-