public class ReasonException extends ResolutionException
ResolutionException}
,
Serialized FormModifier 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() |
getUnresolvedRequirements
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.