Package org.int4.dirk.api.scope
Class ScopeNotActiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.int4.dirk.api.scope.ScopeException
-
- org.int4.dirk.api.scope.ScopeNotActiveException
-
- All Implemented Interfaces:
java.io.Serializable
public class ScopeNotActiveException extends ScopeException
Thrown when a scoped instance is required without the appropriate scope being active.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScopeNotActiveException(java.lang.String message)Constructs a new instance.
-