public class ReasonException extends ResolutionException
ResolutionException},
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
ReasonException.Reason
The reasons for resolution failure.
|
| Constructor and Description |
|---|
ReasonException(ReasonException.Reason reason,
String message,
Throwable cause,
Collection<org.osgi.resource.Requirement> unresolvedRequirements) |
| Modifier and Type | Method and Description |
|---|---|
ReasonException.Reason |
getReason() |
getUnresolvedRequirementsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReasonException(ReasonException.Reason reason, String message, Throwable cause, Collection<org.osgi.resource.Requirement> unresolvedRequirements)
public ReasonException.Reason getReason()
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.