com.ibm.websphere.sca
Class ServiceTimeoutRuntimeException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.sca.ServiceRuntimeException
com.ibm.websphere.sca.ServiceTimeoutRuntimeException
All implemented interfaces:
java.io.Serializable
- public final class ServiceTimeoutRuntimeException
- extends ServiceRuntimeException
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
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:
Constructor Detail
ServiceTimeoutRuntimeException
- public ServiceTimeoutRuntimeException( )
Constructs a new ServiceTimeoutRuntimeException.
ServiceTimeoutRuntimeException
- public ServiceTimeoutRuntimeException( java.lang.String msg)