org.apache.openejb.util
Class CircularReferencesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.openejb.util.CircularReferencesException
All Implemented Interfaces:
java.io.Serializable

public class CircularReferencesException
extends java.lang.RuntimeException

Version:
$Rev: 710022 $ $Date: 2008-11-03 09:40:14 +0100 (Mo, 03. Nov 2008) $
See Also:
Serialized Form

Constructor Summary
CircularReferencesException(java.util.List<java.util.List> circuits)
           
 
Method Summary
 java.util.List<java.util.List> getCircuits()
           
 
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

CircularReferencesException

public CircularReferencesException(java.util.List<java.util.List> circuits)
Method Detail

getCircuits

public java.util.List<java.util.List> getCircuits()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.