FileDocCategorySizeDatePackage
InvokeTimeoutException.javaAPI DocApache Axis 1.41515Sat Apr 22 18:57:28 BST 2006org.apache.axis.transport.jms

InvokeTimeoutException

public class InvokeTimeoutException extends InvokeException
The InvokeTimeoutException 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 to createConnector method in JMSConnectorFactory The key in the table is IJMSConstants.INTERACT_TIMEOUT_TIME
author
Jaime Meritt (jmeritt@sonicsoftware.com)
author
Richard Chung (rchung@sonicsoftware.com)
author
Dave Chappell (chappell@sonicsoftware.com)

Fields Summary
Constructors Summary
public InvokeTimeoutException(String message)

        super(message);
    
Methods Summary