@MessageBundle(projectCode="JBOSGI")
public interface FrameworkMessages
| Type | Property and Description |
|---|---|
IllegalStateException |
illegalStateCannotAdd |
| Modifier and Type | Field and Description |
|---|---|
static FrameworkMessages |
MESSAGES |
static final FrameworkMessages MESSAGES
@Message(id=11200,
value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)
@Message(id=11201,
value="Unknown bundle state: %d")
IllegalArgumentException illegalArgumentUnknownBundleState(int state)
@Message(id=11202,
value="Required property \'%s\' missing in: %s")
IllegalArgumentException illegalArgumentRequiredPropertyMissing(String key,
File file)
@Message(id=11203,
value="Invalid path: %s")
IllegalArgumentException illegalArgumentInvalidPath(@Cause
Throwable cause,
String path)
@Message(id=11204,
value="Invalid object class in: %s")
IllegalArgumentException illegalArgumentInvalidObjectClass(String classNames)
@Message(id=11205,
value="Invalid service reference: %s")
IllegalArgumentException illegalArgumentInvalidServiceRef(Object sref)
@Message(id=11206,
value="Cannot set the start level on system bundle")
IllegalArgumentException illegalArgumentStartLevelOnSystemBundles()
@Message(id=11207,
value="Cannot obtain paths from: %s")
IllegalArgumentException illegalArgumentCannotObtainPaths(@Cause
Throwable cause,
VirtualFile virtualFile)
@Message(id=11208,
value="Cannot obtain bundle revision: %s")
IllegalStateException illegalStateCannotObtainBundleRevision(Deployment deployment)
@Message(id=11209,
value="Invalid bundle context for: %s")
IllegalStateException illegalStateInvalidBundleContext(org.osgi.framework.Bundle bundle)
@Message(id=11210,
value="Bundle already uninstalled: %s")
IllegalStateException illegalStateBundleAlreadyUninstalled(org.osgi.framework.Bundle bundle)
@Message(id=11211,
value="Cannot read resouce bundle: %s")
IllegalStateException illegalStateCannotReadResourceBundle(@Cause
Throwable cause,
URL entryURL)
@Message(id=11212,
value="Framework not ACTIVE")
IllegalStateException illegalStateFrameworkNotActive()
@Message(id=11213,
value="Cannot add property to ACTIVE framework")
IllegalStateException illegalStateCannotAddProperty()
@Message(id=11214,
value="Cannot create storage area")
IllegalStateException illegalStateCannotCreateStorageArea(@Cause
Throwable cause)
@Message(id=11215,
value="Cannot create framework module")
IllegalStateException illegalStateCannotCreateFrameworkModule(@Cause
Throwable cause)
@Message(id=11216,
value="Module already exists: %s")
IllegalStateException illegalStateModuleAlreadyExists(org.jboss.modules.ModuleIdentifier identifier)
@Message(id=11217,
value="Cannot load module: %s")
IllegalStateException illegalStateCannotLoadModule(@Cause
Throwable cause,
org.jboss.modules.ModuleIdentifier identifier)
@Message(id=11218,
value="System paths provider not initialized")
IllegalStateException illegalStateSystemPathsNotInitialized()
@Message(id=11219,
value="Cannot obtain attached host for: %s")
IllegalStateException illegalStateCannotObtainAttachedHost(org.osgi.framework.wiring.BundleRevision brev)
@Message(id=11220,
value="Framework builder already closed")
IllegalStateException illegalStateFrameworkBuilderClosed()
@Message(id=11221,
value="Framework already stopped")
IllegalStateException illegalStateFrameworkAlreadyStopped()
@Message(id=11222,
value="Framework not initialized")
IllegalStateException illegalStateFrameworkNotInitialized()
@Message(id=11223,
value="Cannot find native library: %s")
IllegalStateException illegalStateCannotFindNativeLibrary(String libpath)
@Message(id=11224,
value="Service unregistered: %s")
IllegalStateException illegalStateServiceUnregistered(ServiceState<?> serviceState)
@Message(id=11225,
value="Cannot create system bundle storage")
IllegalStateException illegalStateCannotCreateSystemBundleStorage(@Cause
Throwable cause)
@Message(id=11226,
value="No stream handlers for protocol: %s")
IllegalStateException illegalStateNoStreamHandlersForProtocol(String protocol)
@Message(id=11227,
value="Cannot refresh bundles")
IllegalStateException illegalStateCannotRefreshBundles(@Cause
Throwable cause)
@Message(id=11228,
value="Cannot obtain URL for: %s")
IllegalStateException illegalStateCannotObtainURL(VirtualFile child)
@Message(id=11229,
value="Cannot obtain virtual file from input stream")
org.osgi.framework.BundleException cannotObtainVirtualFile(@Cause
Throwable cause)
@Message(id=11230,
value="Cannot obtain virtual file for: %s")
org.osgi.framework.BundleException cannotObtainVirtualFileForLocation(@Cause
Throwable cause,
String location)
@Message(id=11231,
value="Cannot create bundle revision from: %s")
org.osgi.framework.BundleException cannotCreateBundleRevisionFromDeployment(@Cause
Throwable cause,
Deployment dep)
@Message(id=11232,
value="Unsupported bundle manifest version %d in: %s")
org.osgi.framework.BundleException unsupportedBundleManifestVersion(int version,
XBundleRevision brev)
@Message(id=11233,
value="Missing Bundle-SymbolicName in: %s")
org.osgi.framework.BundleException missingBundleSymbolicName(XBundleRevision brev)
@Message(id=11234,
value="Duplicate import of package \'%s\' in: %s")
org.osgi.framework.BundleException duplicatePackageImport(String packageName,
XBundleRevision brev)
@Message(id=11235,
value="Not allowed to import java.* in: %s")
org.osgi.framework.BundleException notAllowdToImportJavaPackage(XBundleRevision brev)
@Message(id=11236,
value="Not allowed to export java.* in: %s")
org.osgi.framework.BundleException notAllowdToExportJavaPackage(XBundleRevision brev)
@Message(id=11237,
value="Version and specification version for package \'%s\' missmatch in: %s")
org.osgi.framework.BundleException packageVersionAndSpecificationVersionMissmatch(String packageName,
XBundleRevision brev)
@Message(id=11238,
value="Package \'%s\' cannot specify explicit bundle-symbolicname in: %s")
org.osgi.framework.BundleException packageCannotSpecifyBundleSymbolicName(String packageName,
XBundleRevision brev)
@Message(id=11239,
value="Package \'%s\' cannot specify explicit bundle-version in: %s")
org.osgi.framework.BundleException packageCannotSpecifyBundleVersion(String packageName,
XBundleRevision brev)
@Message(id=11240,
value="Bundle name and version already installed: [%s:%s]")
String nameAndVersionAlreadyInstalled(String symbolicName,
org.osgi.framework.Version version)
@Message(id=11241,
value="Invalid Fragment-Host for extension fragment: %s")
org.osgi.framework.BundleException invalidFragmentHostForExtensionFragment(XBundleRevision brev)
@Message(id=11242,
value="Invalid number format: %s")
org.osgi.framework.BundleException invalidNumberFormat(@Cause
Throwable cause,
String message)
@Message(id=11243,
value="Not a valid deployment: %s")
org.osgi.framework.BundleException invalidDeployment(Deployment deployment)
@Message(id=11244,
value="Fragments cannot be started")
org.osgi.framework.BundleException cannotStartFragment()
@Message(id=11245,
value="Fragments cannot be stopped")
org.osgi.framework.BundleException cannotStopFragment()
@Message(id=11246,
value="Cannot initialize Framework")
org.osgi.framework.BundleException cannotInitializeFramework(@Cause
Throwable cause)
@Message(id=11247,
value="Cannot start Framework")
org.osgi.framework.BundleException cannotStartFramework(@Cause
Throwable cause)
@Message(id=11248,
value="System bundle cannot be uninstalled")
org.osgi.framework.BundleException cannotUninstallSystemBundle()
@Message(id=11249,
value="Bundle cannot be started due to current start level")
org.osgi.framework.BundleException cannotStartBundleDueToStartLevel()
@Message(id=11250,
value="Cannot resolve bundle: %s")
String cannotResolveBundle(org.osgi.framework.Bundle bundle)
@Message(id=11251,
value="Unsupported execution environment %s we have: %s")
org.osgi.framework.BundleException unsupportedExecutionEnvironment(List<String> required,
List<String> available)
@Message(id=11252,
value="Cannot transition to STARTING: %s")
org.osgi.framework.BundleException cannotTransitionToStarting(@Cause
Throwable cause,
org.osgi.framework.Bundle bundle)
@Message(id=11253,
value="Invalid bundle activator: %s")
org.osgi.framework.BundleException invalidBundleActivator(String className)
@Message(id=11254,
value="Cannot start bundle: %s")
String cannotStartBundle(org.osgi.framework.Bundle bundle)
@Message(id=11255,
value="Bundle was uninstalled during activator start: %s")
org.osgi.framework.BundleException uninstalledDuringActivatorStart(org.osgi.framework.Bundle bundle)
@Message(id=11256,
value="Bundle was uninstalled during activator stop: %s")
org.osgi.framework.BundleException uninstalledDuringActivatorStop(org.osgi.framework.Bundle bundle)
@Message(id=11257,
value="Cannot stop bundle: %s")
org.osgi.framework.BundleException cannotStopBundle(@Cause
Throwable cause,
org.osgi.framework.Bundle bundle)
@Message(id=11258,
value="Cannot update bundle: %s")
org.osgi.framework.BundleException cannotUpdateBundle(@Cause
Throwable cause,
org.osgi.framework.Bundle bundle)
@Message(id=11259,
value="Cannot find Bundle-NativeCode header for: %s")
org.osgi.framework.BundleException cannotFindNativeCodeHeader(org.osgi.framework.wiring.BundleRevision brev)
@Message(id=11260,
value="No native code clause selected for: %s")
org.osgi.framework.BundleException noNativeCodeClauseSelected(List<ParameterizedAttribute> params)
@Message(id=11261,
value="Invalid filter expression: %s")
org.osgi.framework.BundleException invalidFilterExpression(@Cause
Throwable cause,
String filterSpec)
@Message(id=11262,
value="Cannot install persisted bundles")
org.osgi.framework.BundleException cannotInstallPersistedBundles(@Cause
Throwable cause)
@Message(id=11263,
value="Cannot setup storage for: %s")
org.osgi.framework.BundleException cannotSetupStorage(@Cause
Throwable cause,
VirtualFile virtualFile)
@Message(id=11264,
value="Cannot obtain revision content for: %s")
IOException cannotObtainRevisionContent(URL url)
@Message(id=11265,
value="Cannot obtain content for: %s")
IOException cannotObtainContent(URL url)
@Message(id=11266,
value="Cannot open connection on: %s")
IOException cannotOpenConnectionOnHandler(@Cause
Throwable cause,
org.osgi.service.url.URLStreamHandlerService handler)
@Message(id=11267,
value="Cannot load class from fragment: %s")
ClassNotFoundException cannotLoadClassFromFragment(org.osgi.framework.wiring.BundleRevision brev)
@Message(id=11268,
value="Class \'%s\' not found in bundle revision: %s")
ClassNotFoundException classNotFoundInRevision(String className,
org.osgi.framework.wiring.BundleRevision brev)
@Message(id=11272,
value="Timeout getting: %s")
TimeoutException timeoutGettingService(String serviceName)
@Message(id=11273,
value="Cannot get service value for: %s")
ExecutionException cannotGetServiceValue(@Cause
Throwable cause,
String serviceName)
@Message(id=11274,
value="Boot classpath extension not supported")
UnsupportedOperationException unsupportedBootClasspathExtension()
@Message(id=11275,
value="Framework extension not supported")
UnsupportedOperationException unsupportedFrameworkExtension()
@Message(id=11276,
value="Timeout waiting for bundle install service: %s")
TimeoutException timeoutWaitingForBundleInstallService(Set<org.jboss.msc.service.ServiceName> services)
@Message(id=11277,
value="Unsupported resource type: %s")
IllegalArgumentException unsupportedResourceType(XResource res)
@Message(id=11278,
value="Cannot obtain bundle from resource: %s")
IllegalArgumentException cannotObtainBundleFromResource(XResource res)
@Message(id=11279,
value="Unsupported operation on bundle: %s")
org.osgi.framework.BundleException unsupportedBundleOpertaion(org.osgi.framework.Bundle bundle)
@Message(id=11282,
value="Cannot obtain lock in timely fashion: %s")
LockException cannotObtainLockTimely(@Cause
Throwable cause,
LockManager.LockContext context)
@Message(id=11283,
value="Revision content already closed: %s - [%d]")
IllegalStateException illegalStateRevisionContentClosed(org.osgi.framework.wiring.BundleRevision brev,
int contentId)
@Message(id=11284,
value="Cannot find bundle with location \'%s\' in context: %s")
String cannotFindLocationBundleInContext(String location,
org.osgi.framework.BundleContext bundle)
@Message(id=11285,
value="Bundle start level [%d] not valid for framework start level [%d] while starting: %s")
String bundleStartLevelNotValid(int bundleLevel,
int frameworkLevel,
org.osgi.framework.Bundle bundle)
@Message(id=11286,
value="Byte code weaving already complete for: %s")
IllegalStateException illegalStateWeavingAlreadyComplete(String className)
@Message(id=11287,
value="Illegal dynamic import statement generated by weaving hook: %s")
IllegalArgumentException illegalArgumentDynamicWeavingImport(@Cause
Throwable cause,
String importSpec)
Copyright © 2016 JBoss by Red Hat. All rights reserved.