Class CircularReferencesException

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

public class CircularReferencesException extends RuntimeException
Version:
$Rev$ $Date$
See Also:
  • Constructor Details

    • CircularReferencesException

      public CircularReferencesException(List<List> circuits)
  • Method Details

    • getCircuits

      public List<List> getCircuits()