org.activemath.abstractcontent
Class SubconfImpl.PropertiesConfig.CyclicServiceInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.activemath.abstractcontent.SubconfImpl.PropertiesConfig.CyclicServiceInitException
All Implemented Interfaces:
Serializable
Enclosing class:
SubconfImpl.PropertiesConfig

public static class SubconfImpl.PropertiesConfig.CyclicServiceInitException
extends IllegalStateException

An exception denoting the imposibility to initialize services as an infite loop would result instead.

See Also:
Serialized Form

Constructor Summary
SubconfImpl.PropertiesConfig.CyclicServiceInitException(String message)
           
 
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

SubconfImpl.PropertiesConfig.CyclicServiceInitException

public SubconfImpl.PropertiesConfig.CyclicServiceInitException(String message)