Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.transport.jms
Class InvokeTimeoutException  view InvokeTimeoutException download InvokeTimeoutException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.axis.transport.jms.InvokeException
                  extended byorg.apache.axis.transport.jms.InvokeTimeoutException
All Implemented Interfaces:
java.io.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


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvokeTimeoutException(java.lang.String message)
           
 
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(java.lang.String message)