org.apache.tuscany.core.wire
Class InvocationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osoa.sca.ServiceRuntimeException
org.apache.tuscany.core.wire.InvocationRuntimeException
- All Implemented Interfaces:
- Serializable
public class InvocationRuntimeException
- extends ServiceRuntimeException
Denotes a runtime exception thrown during an invocation over a wire
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 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)
-