org.apache.tuscany.spi.wire
Class InvocationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osoa.sca.ServiceRuntimeException
org.apache.tuscany.spi.wire.InvocationRuntimeException
- All Implemented Interfaces:
- Serializable
public class InvocationRuntimeException
- extends org.osoa.sca.ServiceRuntimeException
Denotes a runtime exception thrown during an invocation over a wire
- Version:
- $Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvocationRuntimeException
public InvocationRuntimeException()
InvocationRuntimeException
public InvocationRuntimeException(String message)
InvocationRuntimeException
public InvocationRuntimeException(String message,
Throwable cause)
InvocationRuntimeException
public InvocationRuntimeException(Throwable cause)
-