org.erights.e.elib.ref
Class ViciousCycleException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.erights.e.elib.ref.ViciousCycleException
- All Implemented Interfaces:
- Serializable
- public class ViciousCycleException
- extends RuntimeException
Untamed: A reference is BROKEN by a ViciousCycleException if a set of forwarding
requests would have resulted in a forwarding loop.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
TheViciousMarker
public static final ViciousCycleException TheViciousMarker
- Enabled: The ViciousCycleException.
Used to detect vicious forwarding cycles.
XXX should be package scope
ViciousCycleException
public ViciousCycleException()
- Enabled:
ViciousCycleException
public ViciousCycleException(String m)
- Enabled:
comments?