org.apache.tuscany.spi.component
Class ScopeRuntimeException
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.ScopeRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ScopeNotFoundException
public class ScopeRuntimeException
- extends CoreRuntimeException
Denotes a general runtime exception encountered by a scope context
- Version:
- $Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $
- See Also:
- Serialized Form
ScopeRuntimeException
public ScopeRuntimeException()
ScopeRuntimeException
public ScopeRuntimeException(String message)
ScopeRuntimeException
public ScopeRuntimeException(String message,
Throwable cause)
ScopeRuntimeException
public ScopeRuntimeException(Throwable cause)
-