public class CircularDependencyException extends ServiceRegistryException
Constructor and Description |
---|
CircularDependencyException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CircularDependencyException(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 © 2017 JBoss by Red Hat. All rights reserved.