com.tibco.amf.platform.runtime.extension.exception
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
                  extended by com.tibco.amf.platform.runtime.extension.exception.TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutException
extends org.osoa.sca.ServiceRuntimeException

Exception thrown when a blocking reference invocation times out. This exception can also be send to a callback onException method when a asynchronous reference invocation times out.

See Also:
Serialized Form

Constructor Summary
TimeoutException()
          Constructs a TimeoutException with no specified detail message.
TimeoutException(java.lang.String message)
          Constructs a TimeoutException with the specified detail message.
TimeoutException(java.lang.String message, java.lang.Throwable cause)
          Constructs a TimeoutException with the specified detail message and cause.
TimeoutException(java.lang.Throwable cause)
          Constructs a TimeoutException with the specified cause.
 
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

TimeoutException

public TimeoutException()
Constructs a TimeoutException with no specified detail message.


TimeoutException

public TimeoutException(java.lang.String message,
                        java.lang.Throwable cause)
Constructs a TimeoutException with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause

TimeoutException

public TimeoutException(java.lang.String message)
Constructs a TimeoutException with the specified detail message.

Parameters:
message - the detail message

TimeoutException

public TimeoutException(java.lang.Throwable cause)
Constructs a TimeoutException with the specified cause.

Parameters:
cause - the cause


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.