public class GroupInitializationException
extends org.fabric3.api.host.Fabric3Exception
| Constructor and Description |
|---|
GroupInitializationException(java.util.Set<java.net.URI> componentUris)
Exception indicating a problem initializing a group of components.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.net.URI> |
getComponentUris()
Returns the URIs of components that were in error when the group was initialized.
|
java.lang.String |
getMessage() |
java.lang.String |
toString() |
public GroupInitializationException(java.util.Set<java.net.URI> componentUris)
componentUris - of the components that issued errorspublic java.util.Set<java.net.URI> getComponentUris()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwable