com.novell.nds.dirxml.engine.gcv
Class GCValue.IllegalCloneStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.novell.nds.dirxml.engine.gcv.GCValue.IllegalCloneStateException
All Implemented Interfaces:
Serializable
Enclosing class:
GCValue

public static class GCValue.IllegalCloneStateException
extends RuntimeException

Unchecked exception designed to be thrown when an "impossible" exception occurs during a cloneValue execution. (Impossible meaning the exception will only occur in the case of programmer error).

See Also:
Serialized Form

Constructor Summary
GCValue.IllegalCloneStateException(Throwable cause)
           
 
Method Summary
 
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

GCValue.IllegalCloneStateException

public GCValue.IllegalCloneStateException(Throwable cause)