Class BundleInstallationException

    • Field Summary

      • Fields inherited from class org.osgi.framework.BundleException

        ACTIVATOR_ERROR, DUPLICATE_BUNDLE_ERROR, INVALID_OPERATION, MANIFEST_ERROR, NATIVECODE_ERROR, READ_ERROR, REJECTED_BY_HOOK, RESOLVE_ERROR, SECURITY_ERROR, START_TRANSIENT_ERROR, STATECHANGE_ERROR, UNSPECIFIED, UNSUPPORTED_OPERATION
    • Constructor Summary

      Constructors 
      Constructor Description
      BundleInstallationException​(java.util.Collection<org.osgi.framework.Bundle> installedBundles, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.osgi.framework.Bundle> installedBundles()  
      • Methods inherited from class org.osgi.framework.BundleException

        getCause, getNestedException, getType, initCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BundleInstallationException

        public BundleInstallationException​(java.util.Collection<org.osgi.framework.Bundle> installedBundles,
                                           java.lang.Throwable cause)
    • Method Detail

      • installedBundles

        public java.util.List<org.osgi.framework.Bundle> installedBundles()