org.apache.tuscany.model
Class ModelRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.common.TuscanyRuntimeException
org.apache.tuscany.model.ModelRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AssemblyInitializationException
public abstract class ModelRuntimeException
- extends TuscanyRuntimeException
The root runtime exception for the model.
- Version:
- $Rev$ $Date$
- See Also:
- Serialized Form
ModelRuntimeException
public ModelRuntimeException()
ModelRuntimeException
public ModelRuntimeException(String message)
ModelRuntimeException
public ModelRuntimeException(String message,
Throwable cause)
ModelRuntimeException
public ModelRuntimeException(Throwable cause)
-