|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.msc.service.ServiceRegistryException
org.jboss.msc.service.CircularDependencyException
public class CircularDependencyException
Exception used to indicate there was a circular dependency discovered during resolution.
Constructor Summary | |
---|---|
CircularDependencyException(java.lang.String msg,
ServiceName[] cycle)
Constructs a CircularDependencyException with the specified detail message. |
Method Summary | |
---|---|
ServiceName[] |
getCycle()
Returns a cycle found during service installation. |
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 |
---|
public CircularDependencyException(java.lang.String msg, ServiceName[] cycle)
CircularDependencyException
with the specified detail message. The cause is not initialized, and
may subsequently be initialized by a call to initCause
.
msg
- the detail messageMethod Detail |
---|
public ServiceName[] getCycle()
|
JBoss Modular Service Kernel API 1.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |