org.jboss.axis.transport.jms
Class InvokeTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.axis.transport.jms.InvokeException
                  extended by org.jboss.axis.transport.jms.InvokeTimeoutException
All Implemented Interfaces:
Serializable

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), Richard Chung (rchung@sonicsoftware.com), Dave Chappell (chappell@sonicsoftware.com)
See Also:
Serialized Form

Constructor Summary
InvokeTimeoutException(String message)
           
 
Method Summary
 
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

InvokeTimeoutException

public InvokeTimeoutException(String message)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.