com.ibm.websphere.sca
Class ServiceTimeoutRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.websphere.sca.ServiceRuntimeException
                  extended bycom.ibm.websphere.sca.ServiceTimeoutRuntimeException
All Implemented Interfaces:
java.io.Serializable

public final class ServiceTimeoutRuntimeException
extends ServiceRuntimeException

Exception used to indicate a timeout condition during the invocation or execution of a service.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
ServiceTimeoutRuntimeException()
          Constructs a new ServiceTimeoutRuntimeException.
 
Methods inherited from class com.ibm.websphere.sca.ServiceRuntimeException
addServiceContext, getServiceContext, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

ServiceTimeoutRuntimeException

public ServiceTimeoutRuntimeException()
Constructs a new ServiceTimeoutRuntimeException.