javax.realtime
Class ScopedCycleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.realtime.ScopedCycleException
All Implemented Interfaces:
java.io.Serializable

public class ScopedCycleException
extends java.lang.Exception

Never thrown!

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ScopedCycleException()
          A constructor for ScopedCycleException.
ScopedCycleException(java.lang.String s)
          A descriptive constructor for ScopedCycleException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScopedCycleException

public ScopedCycleException()
A constructor for ScopedCycleException.


ScopedCycleException

public ScopedCycleException(java.lang.String s)
A descriptive constructor for ScopedCycleException.

Parameters:
s - Description of the error.