2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.


org.osoa.sca
Class ServiceRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConversationEndedException, NoRegisteredCallbackException, ServiceUnavailableException

public class ServiceRuntimeException
extends java.lang.RuntimeException

Base for Exceptions that may be raised by an SCA runtime and which typical application code is not expected to be able to handle.

Version:
$Rev: 498006 $ $Date: 2007-01-19 23:37:39 +0000 (Fri, 19 Jan 2007) $
See Also:
Serialized Form

Constructor Summary
ServiceRuntimeException()
          Override constructor from RuntimeException.
ServiceRuntimeException(java.lang.String message)
          Override constructor from RuntimeException.
ServiceRuntimeException(java.lang.String message, java.lang.Throwable cause)
          Override constructor from RuntimeException.
ServiceRuntimeException(java.lang.Throwable cause)
          Override constructor from RuntimeException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceRuntimeException

public ServiceRuntimeException()
Override constructor from RuntimeException.

See Also:
RuntimeException

ServiceRuntimeException

public ServiceRuntimeException(java.lang.String message)
Override constructor from RuntimeException.

Parameters:
message - passed to RuntimeException
See Also:
RuntimeException

ServiceRuntimeException

public ServiceRuntimeException(java.lang.String message,
                               java.lang.Throwable cause)
Override constructor from RuntimeException.

Parameters:
message - passed to RuntimeException
cause - passed to RuntimeException
See Also:
RuntimeException

ServiceRuntimeException

public ServiceRuntimeException(java.lang.Throwable cause)
Override constructor from RuntimeException.

Parameters:
cause - passed to RuntimeException
See Also:
RuntimeException