Class ResolveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.felix.framework.resolver.ResolveException
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionResolveException(String msg, BundleRevision revision, BundleRequirement req) Constructs an instance ofResolveExceptionwith the specified detail message. - 
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ResolveException
Constructs an instance ofResolveExceptionwith the specified detail message.- Parameters:
 msg- the detail message.
 
 - 
 - 
Method Details
- 
getRevision
 - 
getRequirement
 
 -