org.apache.tuscany.core.context
Class ScopeRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.common.TuscanyRuntimeException
org.apache.tuscany.core.context.CoreRuntimeException
org.apache.tuscany.core.context.ScopeRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ScopeInitializationException
public class ScopeRuntimeException
- extends CoreRuntimeException
Denotes a general runtime exception encountered by a scope container
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 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)
-