IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sca
Class ServiceTimeoutRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.websphere.sca.ServiceRuntimeException
                  extended by com.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.
ServiceTimeoutRuntimeException(java.lang.String msg)
           
 
Method Summary
 
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.


ServiceTimeoutRuntimeException

public ServiceTimeoutRuntimeException(java.lang.String msg)

IBM WebSphere Application ServerTM
Release 8