public class CircularDependencyException extends ServiceRegistryException
| Constructor and Description |
|---|
CircularDependencyException(java.lang.String msg,
ServiceName[] cycle)
Constructs a
CircularDependencyException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
ServiceName[] |
getCycle()
Returns a cycle found during service installation.
|
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 messagepublic ServiceName[] getCycle()
Copyright © 2012 JBoss, a division of Red Hat, Inc.