IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sca
Class ServiceExpirationRuntimeException

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.ServiceExpirationRuntimeException
All Implemented Interfaces:
java.io.Serializable

public final class ServiceExpirationRuntimeException
extends ServiceRuntimeException

Exception used to indicate that an SCA asynchronous message has expired.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
ServiceExpirationRuntimeException()
          Constructs a new ServiceExpirationRuntimeException.
ServiceExpirationRuntimeException(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

ServiceExpirationRuntimeException

public ServiceExpirationRuntimeException()
Constructs a new ServiceExpirationRuntimeException.


ServiceExpirationRuntimeException

public ServiceExpirationRuntimeException(java.lang.String msg)

IBM WebSphere Application ServerTM
Release 7