javax.realtime
Class ScopedCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.ScopedCycleException
- All Implemented Interfaces:
- Serializable
- public class ScopedCycleException
- extends RuntimeException
Throws when a Schedulable
object attempts to enter an
instance of ScopedMemory
and the operation would case a
violation of the single parent rule.
- Author:
- Angelo Corsaro, Morgan Deters
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScopedCycleException
public ScopedCycleException()
- Construct a new
ScopedCycleException
.
ScopedCycleException
public ScopedCycleException(String description)
- Construct a new
ScopedCycleException
with a textual
description.
- Parameters:
description
- a description of the exception
jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.