| Modifier and Type | Interface and Description |
|---|---|
static class |
Log.LeakDescription |
attributeSetDuplicateAttribute, cannotFindResource, cannotResizeUnboundedContainer, classNotInWhitelist, ignoringException, illegalValueThreadPoolParameter, noAttributeCopierForType, noSuchAttribute, propertyCouldNotBeReplaced, protectedAttributeSet, sslInitializationException, unableToConvertStringPropertyToBoolean, unableToConvertStringPropertyToInt, unableToConvertStringPropertyToLong, unableToLoadClass, unableToSetValue, unableToUnwrap, unableToUnwrapAny, unprotectedAttributeSetdebug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv@Message(value="Allocation stack trace:",
id=21001)
Log.LeakDescription cacheManagerNotClosed()
@LogMessage(level=WARN)
@Message(value="Closing leaked cache manager",
id=21002)
void leakedCacheManager(@Cause
Throwable allocationStackTrace)
@Message(value="Method named \'%s\' is not annotated with CacheResult, CachePut, CacheRemoveEntry or CacheRemoveAll",
id=21003)
IllegalArgumentException methodWithoutCacheAnnotation(String methodName)
@Message(value="Method named \'%s\' must have at least one parameter annotated with @CacheValue",
id=21004)
javax.cache.CacheException cachePutMethodWithoutCacheValueParameter(String methodName)
@Message(value="Method named \'%s\' must have only one parameter annotated with @CacheValue",
id=21005)
javax.cache.CacheException cachePutMethodWithMoreThanOneCacheValueParameter(String methodName)
@Message(value="Method named \'%s\' is annotated with CacheRemoveEntry but doesn\'t specify a cache name",
id=21006)
javax.cache.CacheException cacheRemoveEntryMethodWithoutCacheName(String methodName)
@Message(value="Method named \'%s\' is annotated with CacheRemoveAll but doesn\'t specify a cache name",
id=21007)
javax.cache.CacheException cacheRemoveAllMethodWithoutCacheName(String methodName)
@Message(value="Unable to instantiate CacheKeyGenerator with type \'%s\'",
id=21008)
javax.cache.CacheException unableToInstantiateCacheKeyGenerator(Class<?> type,
@Cause
Throwable cause)
@Message(value="The provider implementation cannot be unwrapped to \'%s\'",
id=21009)
IllegalArgumentException unableToUnwrapProviderImplementation(Class<?> type)
@Message(value="\'%s\' parameter must not be null",
id=21010)
NullPointerException parameterMustNotBeNull(String parameterName)
@Message(value="Incompatible cache value types specified, expected %s but %s was specified",
id=21011)
ClassCastException incompatibleType(Class<?> type,
Class<?> cfgType)
@Message(value="Cache %s was defined with specific types Cache<%s, %s> in which case CacheManager.getCache(String, Class, Class) must be used",
id=21012)
IllegalArgumentException unsafeTypedCacheRequest(String cacheName,
Class<?> keyType,
Class<?> valueType)
@Message(value="Can\'t use store-by-reference and transactions together",
id=21013)
IllegalArgumentException storeByReferenceAndTransactionsNotAllowed()
@Message(value="Cache %s already registered with configuration %s, and can not be registered again with a new given configuration %s",
id=21015)
javax.cache.CacheException cacheAlreadyRegistered(String cacheName,
javax.cache.configuration.Configuration cacheCfg,
javax.cache.configuration.Configuration newCfg)
@Message(value="Unknown expiry operation: %s",
id=21016)
IllegalStateException unknownExpiryOperation(String op)
@LogMessage(level=ERROR)
@Message(value="Error loading %s keys from persistence store",
id=21017)
<K> void errorLoadingAll(List<K> keysToLoad,
@Cause
Throwable t)
@Message(value="The configuration class %s is not supported by this implementation",
id=21018)
IllegalArgumentException configurationClassNotSupported(Class clazz)
@Message(value="Entry processing failed",
id=21019)
javax.cache.processor.EntryProcessorException entryProcessingFailed(@Cause
Throwable t)
@Message(value="Cache named \'%s\' was not found.",
id=21022)
javax.cache.CacheException cacheNotFound(String cacheName)
@Message(value="Cache is closed.",
id=21023)
IllegalStateException cacheClosed()
@Message(value="\'%s\' parameter must not contain null keys",
id=21024)
NullPointerException parameterMustNotContainNullKeys(String parameterName)
@Message(value="\'%s\' parameter must not contain null values",
id=21025)
NullPointerException parameterMustNotContainNullValues(String parameterName)
@Message(value="\'%s\' parameter must not contain null elements",
id=21026)
NullPointerException parameterMustNotContainNullElements(String parameterName)
@Message(value="Failed to add local cache \'%s\' on the server",
id=21027)
javax.cache.CacheException cacheCreationFailed(String cacheName,
@Cause
Throwable t)
@Message(value="The server management operation failed.",
id=21028)
javax.cache.CacheException serverManagementOperationFailed(@Cause
Throwable t)
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.