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

This exception signals problems in the management of SCA component execution.

See Also:
Serialized Form

Constructor Summary
ServiceRuntimeException()
           
ServiceRuntimeException(java.lang.String arg0)
           
ServiceRuntimeException(java.lang.String arg0, java.lang.Throwable arg1)
           
ServiceRuntimeException(java.lang.Throwable arg0)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceRuntimeException

public ServiceRuntimeException()

ServiceRuntimeException

public ServiceRuntimeException(java.lang.String arg0,
                               java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

ServiceRuntimeException

public ServiceRuntimeException(java.lang.String arg0)
Parameters:
arg0 -

ServiceRuntimeException

public ServiceRuntimeException(java.lang.Throwable arg0)
Parameters:
arg0 -


Copyright © 2009. All Rights Reserved.