@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2021-03-10T13:32:17-0800") public class EeLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements EeLogger, org.jboss.logging.BasicLogger, Serializable
ROOT_LOGGER| Constructor and Description |
|---|
EeLogger_$logger(org.jboss.logging.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
alternateDeploymentDescriptor(org.jboss.vfs.VirtualFile deploymentDescriptor,
org.jboss.vfs.VirtualFile moduleFile)
Creates an exception indicating the alternate deployment descriptor specified for the module file could not be
found.
|
protected String |
alternateDeploymentDescriptor$str() |
IllegalArgumentException |
annotationAttributeMissing(String annotation,
String attribute)
Creates an exception indicating the annotation must provide the attribute.
|
protected String |
annotationAttributeMissing$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
aroundInvokeAnnotationUsedTooManyTimes(org.jboss.jandex.DotName className,
int numberOfAnnotatedMethods)
Creates an exception indicating that there was a exception while deploying AroundInvokeInterceptor
|
protected String |
aroundInvokeAnnotationUsedTooManyTimes$str() |
IllegalStateException |
cannotAddMoreItems()
Creates an exception indicating more items cannot be added once getSortedItems() has been called.
|
protected String |
cannotAddMoreItems$str() |
RuntimeException |
cannotBeEmpty(String name)
Creates an exception indicating the
name cannot be empty. |
protected String |
cannotBeEmpty$str() |
IllegalArgumentException |
cannotBeNullOrEmpty(String name,
Object value)
Creates an exception indicating the
name cannot be null or empty. |
protected String |
cannotBeNullOrEmpty$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotConfigureComponent(Throwable cause,
String name)
Creates an exception indicating the component, represented by the
name parameter, could not be
configured. |
protected String |
cannotConfigureComponent$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotDetermineType(String name)
Creates an exception indicating the type for the resource-env-ref could not be determined.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotDetermineType(String tag,
String value,
String typeTag)
Creates an exception indicating the type for the
tag could not be determined. |
protected String |
cannotDetermineType1$str() |
protected String |
cannotDetermineType3$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotLoad(String injectionTarget)
Creates an exception indicating the injection target referenced in the env-entry injection point could not be
loaded.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotLoad(Throwable cause,
String injectionTarget)
Creates an exception indicating the injection target referenced in the env-entry injection point could not be
loaded.
|
protected String |
cannotLoad$str() |
RuntimeException |
cannotLoadInterceptor(Throwable cause,
String className)
Creates an exception indicating an interceptor class could not be loaded.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotLoadInterceptor(Throwable cause,
String className,
Class<?> component)
Creates an exception indicating an interceptor class could not be loaded on the component.
|
protected String |
cannotLoadInterceptor1$str() |
protected String |
cannotLoadInterceptor2$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotLoadViewClass(Throwable cause,
String className,
ComponentConfiguration component)
Creates an exception indicating the view class, represented by the
className parameter, for the
component. |
protected String |
cannotLoadViewClass$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotParseResourceRefUri(Throwable cause,
String uri)
Creates an exception indicating the inability to parse the resource-ref URI.
|
protected String |
cannotParseResourceRefUri$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotProcessEarModule(org.jboss.vfs.VirtualFile earFile,
String moduleFile)
Creates an exception indicating the inability to process modules in the application.xml for the EAR, represented
by the
earFile parameter, module file was not found. |
protected String |
cannotProcessEarModule$str() |
void |
cannotResolve(String elementName,
String name)
Logs a warning message indicating the resource-env-ref could not be resolved.
|
protected String |
cannotResolve$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotResolveInjectionPoint(String targetName,
String className)
Creates an exception indicating the injection point could not be resolved on the class specified in the web.xml.
|
protected String |
cannotResolveInjectionPoint$str() |
RuntimeException |
cannotResolveMethod(org.jboss.invocation.proxy.MethodIdentifier method,
Class<?> component,
Collection<?> annotations)
Creates an exception indicating the method could not be found on the class with the annotations.
|
protected String |
cannotResolveMethod$str() |
IllegalStateException |
cannotRunScheduledTask(Object delegate) |
protected String |
cannotRunScheduledTask$str() |
IllegalArgumentException |
cannotSetField(String fieldName,
Class<?> injectedClass,
ClassLoader injectedClassloader,
Class<?> fieldClass,
ClassLoader fieldClassloader) |
protected String |
cannotSetField$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotSpecifyBoth(String element1,
String element2)
Creates an exception indicating both the
element1 and element2 cannot be specified in an
environment entry. |
protected String |
cannotSpecifyBoth$str() |
IllegalArgumentException |
circularDependency(String bindingName)
Creates an exception indicating a circular dependency is installing.
|
protected String |
circularDependency$str() |
IllegalArgumentException |
classDoesNotImplementAllInterfaces() |
protected String |
classDoesNotImplementAllInterfaces$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
classOnlyAnnotation(String annotation,
org.jboss.jandex.AnnotationTarget target)
Creates an exception indicating the annotation is only allowed on a class.
|
protected String |
classOnlyAnnotation$str() |
IllegalArgumentException |
componentAlreadyDefined(String name)
Creates an exception indicating a component, represented by the
name parameter, is already defined in
this module. |
protected String |
componentAlreadyDefined$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
componentClassHasErrors(String className,
String componentName,
String errorMsg)
Creates an exception indicating the component class, represented by the
className parameter, for the
component, represented by the componentName parameter, has errors. |
protected String |
componentClassHasErrors$str() |
IllegalStateException |
componentConstructionFailure(Throwable cause)
Creates an exception indicating a failure to construct a component instance.
|
protected String |
componentConstructionFailure$str() |
void |
componentDestroyFailure(Throwable cause,
ComponentInstance component)
Logs a warning message indicating a failure to destroy the component instance.
|
protected String |
componentDestroyFailure$str() |
void |
componentInstallationFailure(String name)
Logs a warning message indicating the component is not being installed due to an exception.
|
protected String |
componentInstallationFailure$str() |
ComponentIsStoppedException |
componentIsStopped()
Creates an exception indicating the component is stopped.
|
protected String |
componentIsStopped$str() |
IllegalStateException |
componentNotAvailable()
Creates an exception indicating the component is not available.
|
protected String |
componentNotAvailable$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
componentNotFound(String typeName)
Creates an exception indicating no component was found for the type.
|
protected String |
componentNotFound$str() |
IllegalStateException |
componentViewConstructionFailure(Throwable cause)
Creates an exception indicating a failure to construct a component view.
|
protected String |
componentViewConstructionFailure$str() |
IOException |
concurrentContextServiceNotInstalled(org.jboss.msc.service.ServiceName serviceName) |
protected String |
concurrentContextServiceNotInstalled$str() |
IllegalStateException |
concurrentServiceValueUninitialized() |
protected String |
concurrentServiceValueUninitialized$str() |
IllegalArgumentException |
conflictingBinding(String bindingName,
InjectionSource source)
Creates an exception indicating an incompatible conflicting binding.
|
protected String |
conflictingBinding$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
defaultConstructorNotFound(Class<?> clazz)
Creates an exception indicating the default constructor for the class, represented by the
clazz
parameter, could not be found. |
protected String |
defaultConstructorNotFound$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
defaultConstructorNotFoundOnComponent(String className,
Class<?> component)
Creates an exception indicating the default constructor for the class, represented by the
className
parameter, could not be found on the component. |
protected String |
defaultConstructorNotFoundOnComponent$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
earModuleChildOfLibraryDirectory(String libraryDirectory,
String moduleFileName) |
protected String |
earModuleChildOfLibraryDirectory$str() |
IllegalArgumentException |
elementAttributeMissing(String element,
String attribute)
Creates an exception indicating the element must provide the attribute.
|
protected String |
elementAttributeMissing$str() |
void |
errorDeletingJACCPolicy(Throwable t) |
protected String |
errorDeletingJACCPolicy$str() |
XMLStreamException |
errorParsingEJBClientDescriptor(String message,
Location location)
Creates an exception indicating that there was an exception while parsing a jboss-ejb-client.xml
|
protected String |
errorParsingEJBClientDescriptor$str() |
org.jboss.as.controller.OperationFailedException |
executorServiceNotFound(org.jboss.msc.service.ServiceName serviceName) |
protected String |
executorServiceNotFound$str() |
IllegalArgumentException |
factoryAlreadyExists(ConcurrentContext concurrentContext,
String factoryName) |
protected String |
factoryAlreadyExists$str() |
IOException |
factoryNotFound(ConcurrentContext concurrentContext,
String factoryName) |
protected String |
factoryNotFound$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToInstallComponent(Throwable cause,
String name)
Creates an exception indicating a failure to install the component.
|
protected String |
failedToInstallComponent$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToLoadJbossProperties(IOException e) |
protected String |
failedToLoadJbossProperties$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToParse(Throwable cause,
org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the
xmlFile. |
protected String |
failedToParse$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToProcessChild(Throwable cause,
org.jboss.vfs.VirtualFile earFile)
Creates an exception indicating a failure to process the children for the EAR.
|
protected String |
failedToProcessChild$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToProcessEJBClientDescriptor(Throwable cause)
Creates an exception indicating that the jboss-ejb-client.xml couldn't be processed
|
protected String |
failedToProcessEJBClientDescriptor$str() |
String |
failedToRead(String entryName,
String appName)
A message indicating a failure to read the entries in the application.
|
String |
failedToRead(String entryName,
String appName,
String moduleName)
A message indicating a failure to read the entries in the module.
|
String |
failedToRead(String entryName,
String appName,
String moduleName,
String componentName)
A message indicating a failure to read the entries in the module.
|
protected String |
failedToRead2$str() |
protected String |
failedToRead3$str() |
protected String |
failedToRead4$str() |
void |
failedToRunTask(Exception e) |
protected String |
failedToRunTask$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
fieldNotFound(String name)
Creates an exception indicating the field, represented by the
name parameter, was not found. |
protected String |
fieldNotFound$str() |
protected Locale |
getLoggingLocale() |
org.jboss.msc.service.StartException |
globalDirectoryDoNotExist(String globalDirectoryPath,
String globalDirectoryName) |
protected String |
globalDirectoryDoNotExist$str() |
void |
hungTaskCancelled(String executorName,
String taskName)
Logs a message indicating a hung task was cancelled.
|
protected String |
hungTaskCancelled$str() |
void |
hungTaskNotCancelled(String executorName,
String taskName)
Logs a message indicating a hung task was not cancelled.
|
protected String |
hungTaskNotCancelled$str() |
void |
huntTaskTerminationFailure(Throwable cause,
String executorName,
String taskName)
Logs a warning message indicating a failure when terminating a managed executor's hung task.
|
protected String |
huntTaskTerminationFailure$str() |
IllegalStateException |
injectionTargetNotFound()
Creates an exception indicating no injection target was found.
|
protected String |
injectionTargetNotFound$str() |
IllegalStateException |
instanceDataCanOnlyBeSetDuringConstruction() |
protected String |
instanceDataCanOnlyBeSetDuringConstruction$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidCharacterLength(String elementName,
String value)
Creates an exception indicating the
elementName character type is not exactly one character long. |
protected String |
invalidCharacterLength$str() |
org.jboss.as.controller.OperationFailedException |
invalidCoreThreadsSize(String queueLengthValue)
Creates an exception indicating the core-threads must be greater than 0 for the task queue.
|
protected String |
invalidCoreThreadsSize$str() |
RuntimeException |
invalidDescriptor(String descriptor)
Creates an exception indicating the descriptor is not valid.
|
protected String |
invalidDescriptor$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidInjectionTarget(String targetName,
String targetType,
Class<?> type)
Creates an exception indicating the injection target, represented by the
targetName parameter, on the
class, represented by the targetType parameter, is not compatible with the type of injection. |
protected String |
invalidInjectionTarget$str() |
void |
invalidManagedBeanAbstractOrFinal(String sectionId,
String className)
Logs a warning message indicating the managed bean implementation class MUST NOT be an interface.
|
protected String |
invalidManagedBeanAbstractOrFinal$str() |
void |
invalidManagedBeanInterface(String sectionId,
String className)
Logs a warning message indicating the managed bean implementation class MUST NOT be abstract or final.
|
protected String |
invalidManagedBeanInterface$str() |
org.jboss.as.controller.OperationFailedException |
invalidMaxThreads(int maxThreads,
int coreThreads)
Creates an exception indicating the max-threads value cannot be less than the core-threads value.
|
protected String |
invalidMaxThreads$str() |
void |
invalidNamePrefix(String name) |
protected String |
invalidNamePrefix$str() |
String |
invalidNumberOfArguments(String methodName,
org.jboss.jandex.DotName annotation,
org.jboss.jandex.DotName className)
A message indicating there are an invalid number of arguments for the method, represented by the parameter,
annotated with the
annotation on the class, represented by the className parameter. |
protected String |
invalidNumberOfArguments$str() |
IllegalArgumentException |
invalidReturnType(String returnType,
String methodName,
org.jboss.jandex.DotName annotation,
org.jboss.jandex.DotName className)
Creates an exception indicating a return type for the method, represented by the
methodName parameter, annotated with the annotation on the class, represented by the
className parameter. |
protected String |
invalidReturnType$str() |
String |
invalidSignature(String name,
org.jboss.jandex.DotName annotation,
org.jboss.jandex.DotName className,
String signatureArg)
A message indicating methods annotated with the
annotation must have a single argument. |
protected String |
invalidSignature$str() |
XMLStreamException |
invalidValue(String value,
String element,
Location location)
Creates an exception indicating the value for the element is invalid.
|
protected String |
invalidValue$str() |
RuntimeException |
managedReferenceWasNull(Field field) |
protected String |
managedReferenceWasNull$str() |
IllegalStateException |
methodNotFound(Method method)
Creates an exception indicating the method does not exist.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
methodNotFound(String name,
String paramType,
String className)
Creates an exception indicating the method does not exist.
|
protected String |
methodNotFound1$str() |
protected String |
methodNotFound3$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
methodOnlyAnnotation(org.jboss.jandex.DotName annotation)
Creates an exception indicating the annotation is only allowed on method targets.
|
protected String |
methodOnlyAnnotation$str() |
String |
moreThanOneMessageDestination(String name,
String binding,
Set<String> jndiNames)
If a message destination could not be resolved
|
protected String |
moreThanOneMessageDestination$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
multipleComponentsFound(String typeName)
Creates an exception indicating multiple components were found for the type.
|
protected String |
multipleComponentsFound$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
multipleMethodsFound(String name,
String paramType,
String className)
Creates an exception indicating multiple methods found.
|
protected String |
multipleMethodsFound$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
multipleSetterMethodsFound(String targetName,
String className)
Creates an exception indicating multiple setter methods found.
|
protected String |
multipleSetterMethodsFound$str() |
IllegalStateException |
noComponentInstance()
Creates an exception indicating there is no component instance associated.
|
protected String |
noComponentInstance$str() |
String |
noMessageDestination(String name,
String binding)
If a message destination could not be resolved
|
protected String |
noMessageDestination$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
nullBindingName(BindingConfiguration config)
Creates an exception indicating the binding name must not be
null. |
protected String |
nullBindingName$str() |
IllegalArgumentException |
nullName(String objectType)
Creates an exception indicating the name of the @{code objectType}, is
null. |
protected String |
nullName$str() |
IllegalArgumentException |
nullOrEmptyManagedBeanClassName()
Creates an exception indicating a
null or empty managed bean class name. |
protected String |
nullOrEmptyManagedBeanClassName$str() |
IllegalArgumentException |
nullOrEmptyResourceReferenceType()
Creates an exception indicating a
null or empty resource reference type. |
protected String |
nullOrEmptyResourceReferenceType$str() |
IllegalArgumentException |
nullResourceReference()
Creates an exception indicating a
null resource reference processor cannot be registered. |
protected String |
nullResourceReference$str() |
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable, represented by the
name parameter, is null. |
IllegalArgumentException |
nullVar(String variable,
String objectType,
String objectName)
Creates an exception indicating the variable, represented by the
variable parameter in the @{code objectType} objectName, is null. |
protected String |
nullVar1$str() |
protected String |
nullVar3$str() |
org.jboss.as.controller.OperationFailedException |
oneGlobalDirectory(String newGlobalDirectory,
String existingGlobalDirectory) |
protected String |
oneGlobalDirectory$str() |
void |
preDestroyInterceptorFailure(Throwable cause,
Class<?> component)
Logs a warning message indicating an exception occurred while invoking the pre-destroy on the interceptor
component class, represented by the
component parameter. |
protected String |
preDestroyInterceptorFailure$str() |
IllegalArgumentException |
priorityAlreadyExists(Object item,
String hexPriority,
Object current)
Creates an exception indicating the item cannot be added because the priority is already taken.
|
protected String |
priorityAlreadyExists$str() |
String |
propertiesNotAllowedOnGlobalModules() |
protected String |
propertiesNotAllowedOnGlobalModules$str() |
RejectedExecutionException |
rejectedDueToMaxRequests() |
protected String |
rejectedDueToMaxRequests$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
rootAsLibraryDirectory() |
protected String |
rootAsLibraryDirectory$str() |
IOException |
serializationMustBeHandledByTheFactory() |
protected String |
serializationMustBeHandledByTheFactory$str() |
IllegalStateException |
serviceNotStarted()
Creates an exception indicating the service is not started.
|
protected String |
serviceNotStarted$str() |
IllegalArgumentException |
setterMethodOnly(String annotation,
org.jboss.jandex.MethodInfo methodInfo)
Creates an exception indicating the
annotation injection target is invalid and only setter methods are
allowed. |
protected String |
setterMethodOnly$str() |
void |
subdeploymentIgnored(String pathName) |
protected String |
subdeploymentIgnored$str() |
IllegalStateException |
transactionSetupProviderServiceNotInstalled() |
protected String |
transactionSetupProviderServiceNotInstalled$str() |
org.jboss.msc.service.StartException |
unableToStartException(String service,
Throwable t) |
protected String |
unableToStartException$str() |
XMLStreamException |
unexpectedElement(QName name,
Location location)
Creates an exception indicating an unexpected element, represented by the
name parameter, was
encountered. |
protected String |
unexpectedElement$str() |
RuntimeException |
unknownAnnotationTargetType(org.jboss.jandex.AnnotationTarget target)
Creates an exception indicating the
AnnotationTarget type is unknown. |
protected String |
unknownAnnotationTargetType$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
unknownElementType(String elementName,
String type)
Creates an exception indicating the type for the
elementName for the type is unknown. |
protected String |
unknownElementType$str() |
IllegalStateException |
unsupportedExecutorServiceMetric(String attributeName) |
protected String |
unsupportedExecutorServiceMetric$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
unsupportedModuleType(String moduleFileName) |
protected String |
unsupportedModuleType$str() |
IllegalArgumentException |
viewMethodNotFound(String name,
String descriptor,
Class<?> viewClass,
Class<?> component)
Creates an exception indicating the method could not found on the view.
|
protected String |
viewMethodNotFound$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
xmlErrorParsingEJBClientDescriptor(XMLStreamException cause,
String fileLocation)
Creates an exception indicating that there was an exception while parsing a jboss-ejb-client.xml
|
protected String |
xmlErrorParsingEJBClientDescriptor$str() |
debug, 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, warnvclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, 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, warnvprotected Locale getLoggingLocale()
public final void cannotResolve(String elementName, String name)
EeLoggercannotResolve in interface EeLoggerelementName - the name of the element.name - the name resource environment reference.protected String cannotResolve$str()
public final void componentDestroyFailure(Throwable cause, ComponentInstance component)
EeLoggercomponentDestroyFailure in interface EeLoggercause - the cause of the error.component - the component instance.protected String componentDestroyFailure$str()
public final void componentInstallationFailure(String name)
EeLoggercomponentInstallationFailure in interface EeLoggername - the name of the component.protected String componentInstallationFailure$str()
public final void invalidManagedBeanAbstractOrFinal(String sectionId, String className)
EeLoggerinvalidManagedBeanAbstractOrFinal in interface EeLoggersectionId - the section id of the managed bean spec.className - the class nameprotected String invalidManagedBeanAbstractOrFinal$str()
public final void invalidManagedBeanInterface(String sectionId, String className)
EeLoggerinvalidManagedBeanInterface in interface EeLoggersectionId - the section id of the managed bean spec.className - the class nameprotected String invalidManagedBeanInterface$str()
public final void preDestroyInterceptorFailure(Throwable cause, Class<?> component)
EeLoggercomponent parameter.preDestroyInterceptorFailure in interface EeLoggercause - the cause of the error.component - the component.protected String preDestroyInterceptorFailure$str()
public final void subdeploymentIgnored(String pathName)
subdeploymentIgnored in interface EeLoggerprotected String subdeploymentIgnored$str()
protected String alternateDeploymentDescriptor$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException alternateDeploymentDescriptor(org.jboss.vfs.VirtualFile deploymentDescriptor,
org.jboss.vfs.VirtualFile moduleFile)
EeLoggeralternateDeploymentDescriptor in interface EeLoggerdeploymentDescriptor - the alternate deployment descriptor.moduleFile - the module file.DeploymentUnitProcessingException for the error.protected String annotationAttributeMissing$str()
public final IllegalArgumentException annotationAttributeMissing(String annotation, String attribute)
EeLoggerannotationAttributeMissing in interface EeLoggerannotation - the annotation.attribute - the attribute.IllegalArgumentException for the exception.protected String cannotAddMoreItems$str()
public final IllegalStateException cannotAddMoreItems()
EeLoggercannotAddMoreItems in interface EeLoggerIllegalStateException for the error.protected String cannotBeEmpty$str()
public final RuntimeException cannotBeEmpty(String name)
EeLoggername cannot be empty.cannotBeEmpty in interface EeLoggername - the name that cannot be empty.RuntimeException for the error.protected String cannotBeNullOrEmpty$str()
public final IllegalArgumentException cannotBeNullOrEmpty(String name, Object value)
EeLoggername cannot be null or empty.cannotBeNullOrEmpty in interface EeLoggername - the name that cannot be empty.value - the value of the object.IllegalArgumentException for the error.protected String cannotConfigureComponent$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotConfigureComponent(Throwable cause, String name)
EeLoggername parameter, could not be
configured.cannotConfigureComponent in interface EeLoggercause - the cause of the error.name - the name of the component.DeploymentUnitProcessingException for the error.protected String cannotDetermineType1$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotDetermineType(String name)
EeLoggercannotDetermineType in interface EeLoggername - the name of the of the resource environment reference.DeploymentUnitProcessingException for the error.protected String cannotDetermineType3$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotDetermineType(String tag, String value, String typeTag)
EeLoggertag could not be determined.cannotDetermineType in interface EeLoggertag - the tag name.value - the value of the tag.typeTag - the type tag.DeploymentUnitProcessingException for the error.protected String cannotLoad$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoad(String injectionTarget)
EeLoggercannotLoad in interface EeLoggerinjectionTarget - the injection target.DeploymentUnitProcessingException for the error.public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoad(Throwable cause, String injectionTarget)
EeLoggercannotLoad in interface EeLoggercause - the cause of the error.injectionTarget - the injection target.DeploymentUnitProcessingException for the error.protected String cannotLoadInterceptor1$str()
public final RuntimeException cannotLoadInterceptor(Throwable cause, String className)
EeLoggercannotLoadInterceptor in interface EeLoggercause - the cause of the error.className - the name of the interceptor class.DeploymentUnitProcessingException for the error.protected String cannotLoadInterceptor2$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoadInterceptor(Throwable cause, String className, Class<?> component)
EeLoggercannotLoadInterceptor in interface EeLoggercause - the cause of the error.className - the name of the interceptor class.component - the component.DeploymentUnitProcessingException for the error.protected String cannotLoadViewClass$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoadViewClass(Throwable cause, String className, ComponentConfiguration component)
EeLoggerclassName parameter, for the
component.cannotLoadViewClass in interface EeLoggercause - the cause of the error.className - the name of the class.component - the component.DeploymentUnitProcessingException for the error.protected String cannotProcessEarModule$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotProcessEarModule(org.jboss.vfs.VirtualFile earFile,
String moduleFile)
EeLoggerearFile parameter, module file was not found.cannotProcessEarModule in interface EeLoggerearFile - the EAR file.moduleFile - the module file.DeploymentUnitProcessingException for the error.protected String cannotParseResourceRefUri$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotParseResourceRefUri(Throwable cause, String uri)
EeLoggercannotParseResourceRefUri in interface EeLoggercause - the cause of the error.uri - the URI.DeploymentUnitProcessingException for the error.protected String cannotResolveInjectionPoint$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotResolveInjectionPoint(String targetName, String className)
EeLoggercannotResolveInjectionPoint in interface EeLoggertargetName - the injection point name.className - the class name.DeploymentUnitProcessingException for the error.protected String cannotResolveMethod$str()
public final RuntimeException cannotResolveMethod(org.jboss.invocation.proxy.MethodIdentifier method, Class<?> component, Collection<?> annotations)
EeLoggercannotResolveMethod in interface EeLoggermethod - the method.component - the class.annotations - the annotations.RuntimeException for the error.protected String cannotSpecifyBoth$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotSpecifyBoth(String element1, String element2)
EeLoggerelement1 and element2 cannot be specified in an
environment entry.cannotSpecifyBoth in interface EeLoggerelement1 - the first element.element2 - the second element.DeploymentUnitProcessingException for the error.protected String circularDependency$str()
public final IllegalArgumentException circularDependency(String bindingName)
EeLoggercircularDependency in interface EeLoggerbindingName - the binding name.IllegalArgumentException for the error.protected String classOnlyAnnotation$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException classOnlyAnnotation(String annotation, org.jboss.jandex.AnnotationTarget target)
EeLoggerclassOnlyAnnotation in interface EeLoggerannotation - the annotation.target - the annotation target.DeploymentUnitProcessingException for the error.protected String componentAlreadyDefined$str()
public final IllegalArgumentException componentAlreadyDefined(String name)
EeLoggername parameter, is already defined in
this module.componentAlreadyDefined in interface EeLoggername - the name of the module.IllegalArgumentException for the error.protected String componentClassHasErrors$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException componentClassHasErrors(String className, String componentName, String errorMsg)
EeLoggerclassName parameter, for the
component, represented by the componentName parameter, has errors.componentClassHasErrors in interface EeLoggerclassName - the class name.componentName - the name of the component.errorMsg - the error message.DeploymentUnitProcessingException for the error.protected String componentConstructionFailure$str()
public final IllegalStateException componentConstructionFailure(Throwable cause)
EeLoggercomponentConstructionFailure in interface EeLoggercause - the cause of the error.IllegalStateException for the error.protected String componentIsStopped$str()
public final ComponentIsStoppedException componentIsStopped()
EeLoggercomponentIsStopped in interface EeLoggerIllegalStateException for the error.protected String componentNotAvailable$str()
public final IllegalStateException componentNotAvailable()
EeLoggercomponentNotAvailable in interface EeLoggerIllegalStateException for the error.protected String componentNotFound$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException componentNotFound(String typeName)
EeLoggercomponentNotFound in interface EeLoggertypeName - the name of the component.DeploymentUnitProcessingException for the error.protected String componentViewConstructionFailure$str()
public final IllegalStateException componentViewConstructionFailure(Throwable cause)
EeLoggercomponentViewConstructionFailure in interface EeLoggercause - the cause of the error.IllegalStateException for the error.protected String conflictingBinding$str()
public final IllegalArgumentException conflictingBinding(String bindingName, InjectionSource source)
EeLoggerconflictingBinding in interface EeLoggerbindingName - the binding name.source - the source.IllegalArgumentException for the error.protected String defaultConstructorNotFound$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultConstructorNotFound(Class<?> clazz)
EeLoggerclazz
parameter, could not be found.defaultConstructorNotFound in interface EeLoggerclazz - the class.DeploymentUnitProcessingException for the error.protected String defaultConstructorNotFoundOnComponent$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultConstructorNotFoundOnComponent(String className, Class<?> component)
EeLoggerclassName
parameter, could not be found on the component.defaultConstructorNotFoundOnComponent in interface EeLoggerclassName - the name of the class.component - the component name.DeploymentUnitProcessingException for the error.protected String elementAttributeMissing$str()
public final IllegalArgumentException elementAttributeMissing(String element, String attribute)
EeLoggerelementAttributeMissing in interface EeLoggerelement - the element.attribute - the attribute.IllegalArgumentException for the exception.protected String failedToInstallComponent$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToInstallComponent(Throwable cause, String name)
EeLoggerfailedToInstallComponent in interface EeLoggercause - the cause of the error.name - the name of the component.DeploymentUnitProcessingException for the error.protected String failedToParse$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParse(Throwable cause, org.jboss.vfs.VirtualFile xmlFile)
EeLoggerxmlFile.failedToParse in interface EeLoggercause - the cause of the error.xmlFile - the XML file.DeploymentUnitProcessingException for the error.protected String failedToProcessChild$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToProcessChild(Throwable cause, org.jboss.vfs.VirtualFile earFile)
EeLoggerfailedToProcessChild in interface EeLoggercause - the cause of the error.earFile - the EAR file.DeploymentUnitProcessingException for the error.protected String failedToRead2$str()
public final String failedToRead(String entryName, String appName)
EeLoggerfailedToRead in interface EeLoggerentryName - the name of the entry.appName - the application name.protected String failedToRead3$str()
public final String failedToRead(String entryName, String appName, String moduleName)
EeLoggerfailedToRead in interface EeLoggerentryName - the name of the entry.appName - the application name.moduleName - the module name.protected String failedToRead4$str()
public final String failedToRead(String entryName, String appName, String moduleName, String componentName)
EeLoggerfailedToRead in interface EeLoggerentryName - the name of the entry.appName - the application name.moduleName - the module name.componentName - the component nameprotected String fieldNotFound$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException fieldNotFound(String name)
EeLoggername parameter, was not found.fieldNotFound in interface EeLoggername - the name of the field.DeploymentUnitProcessingException for the error.protected String injectionTargetNotFound$str()
public final IllegalStateException injectionTargetNotFound()
EeLoggerinjectionTargetNotFound in interface EeLoggerIllegalStateException for the error.protected String invalidCharacterLength$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidCharacterLength(String elementName, String value)
EeLoggerelementName character type is not exactly one character long.invalidCharacterLength in interface EeLoggerelementName - the element name.value - the value.DeploymentUnitProcessingException for the error.protected String invalidDescriptor$str()
public final RuntimeException invalidDescriptor(String descriptor)
EeLoggerinvalidDescriptor in interface EeLoggerdescriptor - the invalid descriptorRuntimeException for the error.protected String invalidInjectionTarget$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidInjectionTarget(String targetName, String targetType, Class<?> type)
EeLoggertargetName parameter, on the
class, represented by the targetType parameter, is not compatible with the type of injection.invalidInjectionTarget in interface EeLoggertargetName - the name of the target.targetType - the type of the target.type - the type provided.DeploymentUnitProcessingException for the error.protected String invalidNumberOfArguments$str()
public final String invalidNumberOfArguments(String methodName, org.jboss.jandex.DotName annotation, org.jboss.jandex.DotName className)
EeLoggerannotation on the class, represented by the className parameter.invalidNumberOfArguments in interface EeLoggermethodName - the name of the method.annotation - the annotation.className - the name of the class.protected String invalidReturnType$str()
public final IllegalArgumentException invalidReturnType(String returnType, String methodName, org.jboss.jandex.DotName annotation, org.jboss.jandex.DotName className)
EeLoggermethodName parameter, annotated with the annotation on the class, represented by the
className parameter.invalidReturnType in interface EeLoggerreturnType - the return type required.methodName - the name of the method.annotation - the annotation.className - the name of the class.IllegalArgumentException for the error.protected String invalidSignature$str()
public final String invalidSignature(String name, org.jboss.jandex.DotName annotation, org.jboss.jandex.DotName className, String signatureArg)
EeLoggerannotation must have a single argument.invalidSignature in interface EeLoggername - the name of the method.annotation - the annotation.className - the class name.signatureArg - the signature argument.protected String invalidValue$str()
public final XMLStreamException invalidValue(String value, String element, Location location)
EeLoggerinvalidValue in interface EeLoggervalue - the invalid value.element - the element.location - the location of the error.XMLStreamException for the error.protected String methodNotFound1$str()
public final IllegalStateException methodNotFound(Method method)
EeLoggermethodNotFound in interface EeLoggermethod - the method that does not exist.IllegalStateException for the error.protected String methodNotFound3$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException methodNotFound(String name, String paramType, String className)
EeLoggermethodNotFound in interface EeLoggername - the name of the method.paramType - the parameter type.className - the class name.DeploymentUnitProcessingException for the error.protected String methodOnlyAnnotation$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException methodOnlyAnnotation(org.jboss.jandex.DotName annotation)
EeLoggermethodOnlyAnnotation in interface EeLoggerannotation - the annotation.DeploymentUnitProcessingException for the error.protected String multipleComponentsFound$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleComponentsFound(String typeName)
EeLoggermultipleComponentsFound in interface EeLoggertypeName - the name of the component.DeploymentUnitProcessingException for the error.protected String multipleMethodsFound$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleMethodsFound(String name, String paramType, String className)
EeLoggermultipleMethodsFound in interface EeLoggername - the name of the method.paramType - the parameter type.className - the class name.DeploymentUnitProcessingException for the error.protected String multipleSetterMethodsFound$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleSetterMethodsFound(String targetName, String className)
EeLoggermultipleSetterMethodsFound in interface EeLoggertargetName - the name of the method.className - the class name.DeploymentUnitProcessingException for the error.protected String noComponentInstance$str()
public final IllegalStateException noComponentInstance()
EeLoggernoComponentInstance in interface EeLoggerIllegalStateException for the error.protected String nullBindingName$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException nullBindingName(BindingConfiguration config)
EeLoggernull.nullBindingName in interface EeLoggerconfig - the binding configuration.DeploymentUnitProcessingException for the error.protected String nullOrEmptyManagedBeanClassName$str()
public final IllegalArgumentException nullOrEmptyManagedBeanClassName()
EeLoggernull or empty managed bean class name.nullOrEmptyManagedBeanClassName in interface EeLoggerIllegalArgumentException for the error.protected String nullOrEmptyResourceReferenceType$str()
public final IllegalArgumentException nullOrEmptyResourceReferenceType()
EeLoggernull or empty resource reference type.nullOrEmptyResourceReferenceType in interface EeLoggerIllegalArgumentException for the error.protected String nullResourceReference$str()
public final IllegalArgumentException nullResourceReference()
EeLoggernull resource reference processor cannot be registered.nullResourceReference in interface EeLoggerIllegalArgumentException for the error.protected String nullVar1$str()
public final IllegalArgumentException nullVar(String name)
EeLoggername parameter, is null.nullVar in interface EeLoggername - the name of the variable.IllegalArgumentException for the error.protected String priorityAlreadyExists$str()
public final IllegalArgumentException priorityAlreadyExists(Object item, String hexPriority, Object current)
EeLoggerpriorityAlreadyExists in interface EeLoggeritem - the item that was not added.hexPriority - the priority.current - the current item at that priority.IllegalArgumentException for the error.protected String serviceNotStarted$str()
public final IllegalStateException serviceNotStarted()
EeLoggerserviceNotStarted in interface EeLoggerIllegalStateException for the error.protected String setterMethodOnly$str()
public final IllegalArgumentException setterMethodOnly(String annotation, org.jboss.jandex.MethodInfo methodInfo)
EeLoggerannotation injection target is invalid and only setter methods are
allowed.setterMethodOnly in interface EeLoggerannotation - the annotation.methodInfo - the method information.IllegalArgumentException for the error.protected String unknownAnnotationTargetType$str()
public final RuntimeException unknownAnnotationTargetType(org.jboss.jandex.AnnotationTarget target)
EeLoggerAnnotationTarget type is unknown.unknownAnnotationTargetType in interface EeLoggertarget - the annotation target.RuntimeException for the error.protected String unknownElementType$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException unknownElementType(String elementName, String type)
EeLoggerelementName for the type is unknown.unknownElementType in interface EeLoggerelementName - the name of the element.type - the type.DeploymentUnitProcessingException for the error.protected String viewMethodNotFound$str()
public final IllegalArgumentException viewMethodNotFound(String name, String descriptor, Class<?> viewClass, Class<?> component)
EeLoggerviewMethodNotFound in interface EeLoggername - the name of the method.descriptor - the method descriptor.viewClass - the view class.component - the component class.IllegalArgumentException for the error.protected String unexpectedElement$str()
public final XMLStreamException unexpectedElement(QName name, Location location)
EeLoggername parameter, was
encountered.unexpectedElement in interface EeLoggername - the unexpected element name.location - the location of the error.XMLStreamException for the error.protected String failedToProcessEJBClientDescriptor$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToProcessEJBClientDescriptor(Throwable cause)
EeLoggerfailedToProcessEJBClientDescriptor in interface EeLoggerDeploymentUnitProcessingException for the error.protected String xmlErrorParsingEJBClientDescriptor$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException xmlErrorParsingEJBClientDescriptor(XMLStreamException cause, String fileLocation)
EeLoggerxmlErrorParsingEJBClientDescriptor in interface EeLoggerfileLocation - the location of jboss-ejb-client.xmlDeploymentUnitProcessingException for the error.protected String errorParsingEJBClientDescriptor$str()
public final XMLStreamException errorParsingEJBClientDescriptor(String message, Location location)
EeLoggererrorParsingEJBClientDescriptor in interface EeLoggermessage - The error messagelocation - The location of the errorXMLStreamException for the error.protected String noMessageDestination$str()
public final String noMessageDestination(String name, String binding)
EeLoggernoMessageDestination in interface EeLoggerprotected String moreThanOneMessageDestination$str()
public final String moreThanOneMessageDestination(String name, String binding, Set<String> jndiNames)
EeLoggermoreThanOneMessageDestination in interface EeLoggerprotected String failedToLoadJbossProperties$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToLoadJbossProperties(IOException e)
failedToLoadJbossProperties in interface EeLoggerprotected String unsupportedModuleType$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException unsupportedModuleType(String moduleFileName)
unsupportedModuleType in interface EeLoggerprotected String rootAsLibraryDirectory$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException rootAsLibraryDirectory()
rootAsLibraryDirectory in interface EeLoggerprotected String earModuleChildOfLibraryDirectory$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException earModuleChildOfLibraryDirectory(String libraryDirectory, String moduleFileName)
earModuleChildOfLibraryDirectory in interface EeLoggerprotected String managedReferenceWasNull$str()
public final RuntimeException managedReferenceWasNull(Field field)
managedReferenceWasNull in interface EeLoggerprotected String propertiesNotAllowedOnGlobalModules$str()
public final String propertiesNotAllowedOnGlobalModules()
propertiesNotAllowedOnGlobalModules in interface EeLoggerprotected String concurrentServiceValueUninitialized$str()
public final IllegalStateException concurrentServiceValueUninitialized()
concurrentServiceValueUninitialized in interface EeLoggerprotected String serializationMustBeHandledByTheFactory$str()
public final IOException serializationMustBeHandledByTheFactory()
serializationMustBeHandledByTheFactory in interface EeLoggerprotected String factoryAlreadyExists$str()
public final IllegalArgumentException factoryAlreadyExists(ConcurrentContext concurrentContext, String factoryName)
factoryAlreadyExists in interface EeLoggerprotected String factoryNotFound$str()
public final IOException factoryNotFound(ConcurrentContext concurrentContext, String factoryName)
factoryNotFound in interface EeLoggerprotected String concurrentContextServiceNotInstalled$str()
public final IOException concurrentContextServiceNotInstalled(org.jboss.msc.service.ServiceName serviceName)
concurrentContextServiceNotInstalled in interface EeLoggerprotected String transactionSetupProviderServiceNotInstalled$str()
public final IllegalStateException transactionSetupProviderServiceNotInstalled()
transactionSetupProviderServiceNotInstalled in interface EeLoggerprotected String instanceDataCanOnlyBeSetDuringConstruction$str()
public final IllegalStateException instanceDataCanOnlyBeSetDuringConstruction()
instanceDataCanOnlyBeSetDuringConstruction in interface EeLoggerprotected String aroundInvokeAnnotationUsedTooManyTimes$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException aroundInvokeAnnotationUsedTooManyTimes(org.jboss.jandex.DotName className,
int numberOfAnnotatedMethods)
EeLoggeraroundInvokeAnnotationUsedTooManyTimes in interface EeLoggerclassName - the name of the class.numberOfAnnotatedMethods - the number of @aroundInvoke annotations in the specified class.DeploymentUnitProcessingException for the error.public final void failedToRunTask(Exception e)
failedToRunTask in interface EeLoggerprotected String failedToRunTask$str()
protected String cannotRunScheduledTask$str()
public final IllegalStateException cannotRunScheduledTask(Object delegate)
cannotRunScheduledTask in interface EeLoggerprotected String invalidCoreThreadsSize$str()
public final org.jboss.as.controller.OperationFailedException invalidCoreThreadsSize(String queueLengthValue)
EeLoggerinvalidCoreThreadsSize in interface EeLoggerqueueLengthValue - the queue length valueOperationFailedException for the exceptionprotected String invalidMaxThreads$str()
public final org.jboss.as.controller.OperationFailedException invalidMaxThreads(int maxThreads,
int coreThreads)
EeLoggerinvalidMaxThreads in interface EeLoggermaxThreads - the size for the max threadscoreThreads - the size for the core threadsOperationFailedException for the exceptionprotected String classDoesNotImplementAllInterfaces$str()
public final IllegalArgumentException classDoesNotImplementAllInterfaces()
classDoesNotImplementAllInterfaces in interface EeLoggerprotected String nullName$str()
public final IllegalArgumentException nullName(String objectType)
EeLoggernull.nullName in interface EeLoggerobjectType - the type of the object.IllegalArgumentException for the error.protected String nullVar3$str()
public final IllegalArgumentException nullVar(String variable, String objectType, String objectName)
EeLoggervariable parameter in the @{code objectType} objectName, is null.nullVar in interface EeLoggervariable - the name of the variable.objectType - the type of the object.objectName - the name of the object.IllegalArgumentException for the error.protected String cannotSetField$str()
public final IllegalArgumentException cannotSetField(String fieldName, Class<?> injectedClass, ClassLoader injectedClassloader, Class<?> fieldClass, ClassLoader fieldClassloader)
cannotSetField in interface EeLoggerprotected String executorServiceNotFound$str()
public final org.jboss.as.controller.OperationFailedException executorServiceNotFound(org.jboss.msc.service.ServiceName serviceName)
executorServiceNotFound in interface EeLoggerprotected String unsupportedExecutorServiceMetric$str()
public final IllegalStateException unsupportedExecutorServiceMetric(String attributeName)
unsupportedExecutorServiceMetric in interface EeLoggerprotected String globalDirectoryDoNotExist$str()
public final org.jboss.msc.service.StartException globalDirectoryDoNotExist(String globalDirectoryPath, String globalDirectoryName)
globalDirectoryDoNotExist in interface EeLoggerprotected String oneGlobalDirectory$str()
public final org.jboss.as.controller.OperationFailedException oneGlobalDirectory(String newGlobalDirectory, String existingGlobalDirectory)
oneGlobalDirectory in interface EeLoggerpublic final void errorDeletingJACCPolicy(Throwable t)
errorDeletingJACCPolicy in interface EeLoggerprotected String errorDeletingJACCPolicy$str()
protected String unableToStartException$str()
public final org.jboss.msc.service.StartException unableToStartException(String service, Throwable t)
unableToStartException in interface EeLoggerprotected String rejectedDueToMaxRequests$str()
public final RejectedExecutionException rejectedDueToMaxRequests()
rejectedDueToMaxRequests in interface EeLoggerpublic final void invalidNamePrefix(String name)
invalidNamePrefix in interface EeLoggerprotected String invalidNamePrefix$str()
public final void huntTaskTerminationFailure(Throwable cause, String executorName, String taskName)
EeLoggerhuntTaskTerminationFailure in interface EeLoggercause - the cause of the error.executorName - the name of the executor.taskName - the name of the hung task.protected String huntTaskTerminationFailure$str()
public final void hungTaskCancelled(String executorName, String taskName)
EeLoggerhungTaskCancelled in interface EeLoggerexecutorName - the name of the executor.taskName - the name of the hung task.protected String hungTaskCancelled$str()
public final void hungTaskNotCancelled(String executorName, String taskName)
EeLoggerhungTaskNotCancelled in interface EeLoggerexecutorName - the name of the executor.taskName - the name of the hung task.protected String hungTaskNotCancelled$str()
Copyright © 2021 JBoss by Red Hat. All rights reserved.