org.apache.tuscany.core.context
Class CoreRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.common.TuscanyRuntimeException
org.apache.tuscany.core.context.CoreRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BuilderException, ContextRuntimeException, EventException, ScopeRuntimeException, TargetException
public abstract class CoreRuntimeException
- extends TuscanyRuntimeException
The root exception for the runtime package. Exceptions occurring in the runtime are generally non-recoverable
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
- See Also:
- Serialized Form
CoreRuntimeException
public CoreRuntimeException()
CoreRuntimeException
public CoreRuntimeException(String message)
CoreRuntimeException
public CoreRuntimeException(String message,
Throwable cause)
CoreRuntimeException
public CoreRuntimeException(Throwable cause)
-