Tuscany Core

org.apache.tuscany.core.wire
Class InvocationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
                  extended by org.apache.tuscany.core.wire.InvocationRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class InvocationRuntimeException
extends org.osoa.sca.ServiceRuntimeException

Denotes a runtime exception thrown during an invocation over a wire

Version:
$Rev: 396284 $ $Date: 2006-04-23 11:27:42 -0400 (Sun, 23 Apr 2006) $
See Also:
Serialized Form

Constructor Summary
InvocationRuntimeException()
           
InvocationRuntimeException(java.lang.String message)
           
InvocationRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
InvocationRuntimeException(java.lang.Throwable cause)
           
 
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

InvocationRuntimeException

public InvocationRuntimeException()

InvocationRuntimeException

public InvocationRuntimeException(java.lang.String message)

InvocationRuntimeException

public InvocationRuntimeException(java.lang.String message,
                                  java.lang.Throwable cause)

InvocationRuntimeException

public InvocationRuntimeException(java.lang.Throwable cause)

Tuscany Core

-