@MessageBundle(projectCode="JBOSGI")
public interface RepositoryMessages
| Modifier and Type | Field and Description |
|---|---|
static RepositoryMessages |
MESSAGES |
static final RepositoryMessages MESSAGES
@Message(id=20500,
value="%s is null")
IllegalArgumentException illegalArgumentNull(String name)
@Message(id=20501,
value="Resource already exists: %s")
IllegalStateException resourceAlreadyExists(XResource res)
@Message(id=20502,
value="Cannot initialize repository reader")
IllegalStateException cannotInitializeRepositoryReader(@Cause
Throwable th)
@Message(id=20503,
value="Cannot read repository element: %s")
IllegalStateException cannotReadRepositoryElement(@Cause
Throwable th,
Location location)
@Message(id=20504,
value="Cannot read resource element: %s")
IllegalStateException cannotReadResourceElement(@Cause
Throwable th,
Location location)
@Message(id=20505,
value="Cannot obtain content capability: %s")
RepositoryStorageException cannotObtainContentCapablility(XResource res)
@Message(id=20506,
value="Cannot obtain content URL: %s")
RepositoryStorageException cannotObtainContentURL(XResource res)
@Message(id=20507,
value="Cannot access content URL: %s")
RepositoryStorageException cannotAccessContentURL(@Cause
Throwable th,
String contentURL)
@Message(id=20508,
value="Invalid content URL: %s")
RepositoryStorageException invalidContentURL(String contentURL)
@Message(id=20509,
value="No such digest algorithm: %s")
RepositoryStorageException noSuchAlgorithm(@Cause
Throwable th,
String algorithm)
@Message(id=20510,
value="Cannot add resource to storage: %s")
RepositoryStorageException cannotAddResourceToStorage(@Cause
Throwable th,
String mime)
@Message(id=20511,
value="Cannot obtain input stream for: %s")
RepositoryStorageException cannotObtainInputStream(@Cause
Throwable th,
XResource res)
@Message(id=20512,
value="Cannot initialize repository writer")
IllegalStateException cannotInitializeRepositoryWriter(@Cause
Throwable th)
@Message(id=20513,
value="Cannot write repository element")
RepositoryStorageException cannotWriteRepositoryElement(@Cause
Throwable th)
@Message(id=20514,
value="Invalid filter directive: %s")
IllegalArgumentException invalidFilterDirective(String filter)
@Message(id=20515,
value="Cannot obtain RepositoryStorageFactory service")
IllegalStateException cannotObtainRepositoryStorageFactory()
@Message(id=20516,
value="Invalid repository base: %s")
IllegalArgumentException invalidRepositoryBase(String urlspec)
@Message(id=20517,
value="Cannot create repository storage area")
RepositoryStorageException cannotCreateRepositoryStorageArea(@Cause
Throwable th)
@Message(id=20518,
value="Cannot add maven resource to storage: %s")
RepositoryStorageException cannotAddMavenResourceToStorage(@Cause
Throwable cause,
XResource res)
@Message(id=20519,
value="Invalid maven resource: %s")
RepositoryStorageException invalidMavenResource(@Cause
Throwable cause,
XResource res)
@Message(id=20520,
value="Cannot obtain required attribute: %s")
IllegalArgumentException cannotObtainRequiredAttribute(String attrname)
@Message(id=20521,
value="Cannot obtain module resource: %s")
IllegalArgumentException cannotObtainModuleResource(@Cause
Throwable cause,
org.jboss.modules.ModuleIdentifier moduleId)
@Message(id=20522,
value="Cannot obtain metadata for resource: %s")
IllegalArgumentException cannotObtainResourceMetadata(XResource res)
@Message(id=20523,
value="Unsupported resource: %s")
IllegalArgumentException unsupportedResource(XResource res)
@Message(id=20524,
value="Malformed Requirement Expression: %s")
IllegalArgumentException malformedRequirementExpression(RequirementExpression re)
Copyright © 2016 JBoss by Red Hat. All rights reserved.