org.apache.tuscany.spi.component
Class ComponentRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.api.TuscanyRuntimeException
org.apache.tuscany.spi.CoreRuntimeException
org.apache.tuscany.spi.component.ComponentRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ComponentNotFoundException, DuplicateNameException, InvalidComponentTypeException, ObjectRegistrationException
public class ComponentRuntimeException
- extends CoreRuntimeException
An unchecked exception encountered by an SCAObject
- Version:
- $Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $
- See Also:
- Serialized Form
ComponentRuntimeException
public ComponentRuntimeException()
ComponentRuntimeException
public ComponentRuntimeException(String message)
ComponentRuntimeException
public ComponentRuntimeException(String message,
Throwable cause)
ComponentRuntimeException
public ComponentRuntimeException(Throwable cause)
-