org.apache.tuscany.spi
Class CoreRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.api.TuscanyRuntimeException
org.apache.tuscany.spi.CoreRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BuilderException, ComponentRuntimeException, InvalidNameException, ReferenceNotFoundException, 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: 432109 $ $Date: 2006-08-16 19:01:17 -0700 (Wed, 16 Aug 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)
-