org.apache.geronimo.kernel.util
Class CircularReferencesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.kernel.util.CircularReferencesException
All Implemented Interfaces:
Serializable

public class CircularReferencesException
extends Exception

Version:
$Rev: 1213810 $ $Date: 2011-12-14 02:00:08 +0800 (Wed, 14 Dec 2011) $
See Also:
Serialized Form

Constructor Summary
CircularReferencesException(List<List> circuits)
           
 
Method Summary
 List<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(List<List> circuits)
Method Detail

getCircuits

public List<List> getCircuits()


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.