Class EeLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.ee.logging.EeLogger_$logger
All Implemented Interfaces:
Serializable, EeLogger, org.jboss.logging.BasicLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-01-07T18:45:33-0600") public class EeLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements EeLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
See Also:
  • Constructor Details

    • EeLogger_$logger

      public EeLogger_$logger(org.jboss.logging.Logger log)
  • Method Details

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • cannotResolve

      public final void cannotResolve(String elementName, String name)
      Description copied from interface: EeLogger
      Logs a warning message indicating the resource-env-ref could not be resolved.
      Specified by:
      cannotResolve in interface EeLogger
      Parameters:
      elementName - the name of the element.
      name - the name resource environment reference.
    • cannotResolve$str

      protected String cannotResolve$str()
    • componentDestroyFailure

      public final void componentDestroyFailure(Throwable cause, ComponentInstance component)
      Description copied from interface: EeLogger
      Logs a warning message indicating a failure to destroy the component instance.
      Specified by:
      componentDestroyFailure in interface EeLogger
      Parameters:
      cause - the cause of the error.
      component - the component instance.
    • componentDestroyFailure$str

      protected String componentDestroyFailure$str()
    • componentInstallationFailure

      public final void componentInstallationFailure(String name)
      Description copied from interface: EeLogger
      Logs a warning message indicating the component is not being installed due to an exception.
      Specified by:
      componentInstallationFailure in interface EeLogger
      Parameters:
      name - the name of the component.
    • componentInstallationFailure$str

      protected String componentInstallationFailure$str()
    • invalidManagedBeanAbstractOrFinal

      public final void invalidManagedBeanAbstractOrFinal(String sectionId, String className)
      Description copied from interface: EeLogger
      Logs a warning message indicating the managed bean implementation class MUST NOT be an interface.
      Specified by:
      invalidManagedBeanAbstractOrFinal in interface EeLogger
      Parameters:
      sectionId - the section id of the managed bean spec.
      className - the class name
    • invalidManagedBeanAbstractOrFinal$str

      protected String invalidManagedBeanAbstractOrFinal$str()
    • invalidManagedBeanInterface

      public final void invalidManagedBeanInterface(String sectionId, String className)
      Description copied from interface: EeLogger
      Logs a warning message indicating the managed bean implementation class MUST NOT be abstract or final.
      Specified by:
      invalidManagedBeanInterface in interface EeLogger
      Parameters:
      sectionId - the section id of the managed bean spec.
      className - the class name
    • invalidManagedBeanInterface$str

      protected String invalidManagedBeanInterface$str()
    • preDestroyInterceptorFailure

      public final void preDestroyInterceptorFailure(Throwable cause, Class<?> component)
      Description copied from interface: EeLogger
      Logs a warning message indicating an exception occurred while invoking the pre-destroy on the interceptor component class, represented by the component parameter.
      Specified by:
      preDestroyInterceptorFailure in interface EeLogger
      Parameters:
      cause - the cause of the error.
      component - the component.
    • preDestroyInterceptorFailure$str

      protected String preDestroyInterceptorFailure$str()
    • subdeploymentIgnored

      public final void subdeploymentIgnored(String pathName)
      Specified by:
      subdeploymentIgnored in interface EeLogger
    • subdeploymentIgnored$str

      protected String subdeploymentIgnored$str()
    • rollbackOfTransactionStartedInEEConcurrentInvocation

      public final void rollbackOfTransactionStartedInEEConcurrentInvocation()
      Specified by:
      rollbackOfTransactionStartedInEEConcurrentInvocation in interface EeLogger
    • rollbackOfTransactionStartedInEEConcurrentInvocation$str

      protected String rollbackOfTransactionStartedInEEConcurrentInvocation$str()
    • failedToRollbackTransaction

      public final void failedToRollbackTransaction(Throwable cause)
      Specified by:
      failedToRollbackTransaction in interface EeLogger
    • failedToRollbackTransaction$str

      protected String failedToRollbackTransaction$str()
    • failedToSuspendTransaction

      public final void failedToSuspendTransaction(Throwable cause)
      Specified by:
      failedToSuspendTransaction in interface EeLogger
    • failedToSuspendTransaction$str

      protected String failedToSuspendTransaction$str()
    • systemErrorWhileCheckingForTransactionLeak

      public final void systemErrorWhileCheckingForTransactionLeak(Throwable cause)
      Specified by:
      systemErrorWhileCheckingForTransactionLeak in interface EeLogger
    • systemErrorWhileCheckingForTransactionLeak$str

      protected String systemErrorWhileCheckingForTransactionLeak$str()
    • alternateDeploymentDescriptor$str

      protected String alternateDeploymentDescriptor$str()
    • alternateDeploymentDescriptor

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException alternateDeploymentDescriptor(org.jboss.vfs.VirtualFile deploymentDescriptor, org.jboss.vfs.VirtualFile moduleFile)
      Description copied from interface: EeLogger
      Creates an exception indicating the alternate deployment descriptor specified for the module file could not be found.
      Specified by:
      alternateDeploymentDescriptor in interface EeLogger
      Parameters:
      deploymentDescriptor - the alternate deployment descriptor.
      moduleFile - the module file.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • annotationAttributeMissing$str

      protected String annotationAttributeMissing$str()
    • annotationAttributeMissing

      public final IllegalArgumentException annotationAttributeMissing(String annotation, String attribute)
      Description copied from interface: EeLogger
      Creates an exception indicating the annotation must provide the attribute.
      Specified by:
      annotationAttributeMissing in interface EeLogger
      Parameters:
      annotation - the annotation.
      attribute - the attribute.
      Returns:
      an IllegalArgumentException for the exception.
    • cannotAddMoreItems$str

      protected String cannotAddMoreItems$str()
    • cannotAddMoreItems

      public final IllegalStateException cannotAddMoreItems()
      Description copied from interface: EeLogger
      Creates an exception indicating more items cannot be added once getSortedItems() has been called.
      Specified by:
      cannotAddMoreItems in interface EeLogger
      Returns:
      an IllegalStateException for the error.
    • cannotBeEmpty$str

      protected String cannotBeEmpty$str()
    • cannotBeEmpty

      public final RuntimeException cannotBeEmpty(String name)
      Description copied from interface: EeLogger
      Creates an exception indicating the name cannot be empty.
      Specified by:
      cannotBeEmpty in interface EeLogger
      Parameters:
      name - the name that cannot be empty.
      Returns:
      a RuntimeException for the error.
    • cannotBeNullOrEmpty$str

      protected String cannotBeNullOrEmpty$str()
    • cannotBeNullOrEmpty

      public final IllegalArgumentException cannotBeNullOrEmpty(String name, Object value)
      Description copied from interface: EeLogger
      Creates an exception indicating the name cannot be null or empty.
      Specified by:
      cannotBeNullOrEmpty in interface EeLogger
      Parameters:
      name - the name that cannot be empty.
      value - the value of the object.
      Returns:
      a IllegalArgumentException for the error.
    • cannotConfigureComponent$str

      protected String cannotConfigureComponent$str()
    • cannotConfigureComponent

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotConfigureComponent(Throwable cause, String name)
      Description copied from interface: EeLogger
      Creates an exception indicating the component, represented by the name parameter, could not be configured.
      Specified by:
      cannotConfigureComponent in interface EeLogger
      Parameters:
      cause - the cause of the error.
      name - the name of the component.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotDetermineType1$str

      protected String cannotDetermineType1$str()
    • cannotDetermineType

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotDetermineType(String name)
      Description copied from interface: EeLogger
      Creates an exception indicating the type for the resource-env-ref could not be determined.
      Specified by:
      cannotDetermineType in interface EeLogger
      Parameters:
      name - the name of the of the resource environment reference.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotDetermineType3$str

      protected String cannotDetermineType3$str()
    • cannotDetermineType

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotDetermineType(String tag, String value, String typeTag)
      Description copied from interface: EeLogger
      Creates an exception indicating the type for the tag could not be determined.
      Specified by:
      cannotDetermineType in interface EeLogger
      Parameters:
      tag - the tag name.
      value - the value of the tag.
      typeTag - the type tag.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotLoad$str

      protected String cannotLoad$str()
    • cannotLoad

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoad(String injectionTarget)
      Description copied from interface: EeLogger
      Creates an exception indicating the injection target referenced in the env-entry injection point could not be loaded.
      Specified by:
      cannotLoad in interface EeLogger
      Parameters:
      injectionTarget - the injection target.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotLoad

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoad(Throwable cause, String injectionTarget)
      Description copied from interface: EeLogger
      Creates an exception indicating the injection target referenced in the env-entry injection point could not be loaded.
      Specified by:
      cannotLoad in interface EeLogger
      Parameters:
      cause - the cause of the error.
      injectionTarget - the injection target.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotLoadInterceptor1$str

      protected String cannotLoadInterceptor1$str()
    • cannotLoadInterceptor

      public final RuntimeException cannotLoadInterceptor(Throwable cause, String className)
      Description copied from interface: EeLogger
      Creates an exception indicating an interceptor class could not be loaded.
      Specified by:
      cannotLoadInterceptor in interface EeLogger
      Parameters:
      cause - the cause of the error.
      className - the name of the interceptor class.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotLoadInterceptor2$str

      protected String cannotLoadInterceptor2$str()
    • cannotLoadInterceptor

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoadInterceptor(Throwable cause, String className, Class<?> component)
      Description copied from interface: EeLogger
      Creates an exception indicating an interceptor class could not be loaded on the component.
      Specified by:
      cannotLoadInterceptor in interface EeLogger
      Parameters:
      cause - the cause of the error.
      className - the name of the interceptor class.
      component - the component.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotLoadViewClass$str

      protected String cannotLoadViewClass$str()
    • cannotLoadViewClass

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoadViewClass(Throwable cause, String className, ComponentConfiguration component)
      Description copied from interface: EeLogger
      Creates an exception indicating the view class, represented by the className parameter, for the component.
      Specified by:
      cannotLoadViewClass in interface EeLogger
      Parameters:
      cause - the cause of the error.
      className - the name of the class.
      component - the component.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotProcessEarModule$str

      protected String cannotProcessEarModule$str()
    • cannotProcessEarModule

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotProcessEarModule(org.jboss.vfs.VirtualFile earFile, String moduleFile)
      Description copied from interface: EeLogger
      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.
      Specified by:
      cannotProcessEarModule in interface EeLogger
      Parameters:
      earFile - the EAR file.
      moduleFile - the module file.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotParseResourceRefUri$str

      protected String cannotParseResourceRefUri$str()
    • cannotParseResourceRefUri

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotParseResourceRefUri(Throwable cause, String uri)
      Description copied from interface: EeLogger
      Creates an exception indicating the inability to parse the resource-ref URI.
      Specified by:
      cannotParseResourceRefUri in interface EeLogger
      Parameters:
      cause - the cause of the error.
      uri - the URI.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotResolveInjectionPoint$str

      protected String cannotResolveInjectionPoint$str()
    • cannotResolveInjectionPoint

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotResolveInjectionPoint(String targetName, String className)
      Description copied from interface: EeLogger
      Creates an exception indicating the injection point could not be resolved on the class specified in the web.xml.
      Specified by:
      cannotResolveInjectionPoint in interface EeLogger
      Parameters:
      targetName - the injection point name.
      className - the class name.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotResolveMethod$str

      protected String cannotResolveMethod$str()
    • cannotResolveMethod

      public final RuntimeException cannotResolveMethod(org.jboss.invocation.proxy.MethodIdentifier method, Class<?> component, Collection<?> annotations)
      Description copied from interface: EeLogger
      Creates an exception indicating the method could not be found on the class with the annotations.
      Specified by:
      cannotResolveMethod in interface EeLogger
      Parameters:
      method - the method.
      component - the class.
      annotations - the annotations.
      Returns:
      a RuntimeException for the error.
    • cannotSpecifyBoth$str

      protected String cannotSpecifyBoth$str()
    • cannotSpecifyBoth

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotSpecifyBoth(String element1, String element2)
      Description copied from interface: EeLogger
      Creates an exception indicating both the element1 and element2 cannot be specified in an environment entry.
      Specified by:
      cannotSpecifyBoth in interface EeLogger
      Parameters:
      element1 - the first element.
      element2 - the second element.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • circularDependency$str

      protected String circularDependency$str()
    • circularDependency

      public final IllegalArgumentException circularDependency(String bindingName)
      Description copied from interface: EeLogger
      Creates an exception indicating a circular dependency is installing.
      Specified by:
      circularDependency in interface EeLogger
      Parameters:
      bindingName - the binding name.
      Returns:
      an IllegalArgumentException for the error.
    • classOnlyAnnotation$str

      protected String classOnlyAnnotation$str()
    • classOnlyAnnotation

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException classOnlyAnnotation(String annotation, org.jboss.jandex.AnnotationTarget target)
      Description copied from interface: EeLogger
      Creates an exception indicating the annotation is only allowed on a class.
      Specified by:
      classOnlyAnnotation in interface EeLogger
      Parameters:
      annotation - the annotation.
      target - the annotation target.
      Returns:
      an DeploymentUnitProcessingException for the error.
    • componentAlreadyDefined$str

      protected String componentAlreadyDefined$str()
    • componentAlreadyDefined

      public final IllegalArgumentException componentAlreadyDefined(String commonName, String addedClassName, String existingClassname)
      Description copied from interface: EeLogger
      Creates an exception indicating a component, represented by the name parameter, is already defined in this module.
      Specified by:
      componentAlreadyDefined in interface EeLogger
      Returns:
      an IllegalArgumentException for the error.
    • componentClassHasErrors$str

      protected String componentClassHasErrors$str()
    • componentClassHasErrors

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException componentClassHasErrors(String className, String componentName, String errorMsg)
      Description copied from interface: EeLogger
      Creates an exception indicating the component class, represented by the className parameter, for the component, represented by the componentName parameter, has errors.
      Specified by:
      componentClassHasErrors in interface EeLogger
      Parameters:
      className - the class name.
      componentName - the name of the component.
      errorMsg - the error message.
      Returns:
      an DeploymentUnitProcessingException for the error.
    • componentConstructionFailure$str

      protected String componentConstructionFailure$str()
    • componentConstructionFailure

      public final IllegalStateException componentConstructionFailure(Throwable cause)
      Description copied from interface: EeLogger
      Creates an exception indicating a failure to construct a component instance.
      Specified by:
      componentConstructionFailure in interface EeLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      an IllegalStateException for the error.
    • componentIsStopped$str

      protected String componentIsStopped$str()
    • componentIsStopped

      public final ComponentIsStoppedException componentIsStopped()
      Description copied from interface: EeLogger
      Creates an exception indicating the component is stopped.
      Specified by:
      componentIsStopped in interface EeLogger
      Returns:
      an IllegalStateException for the error.
    • componentNotAvailable$str

      protected String componentNotAvailable$str()
    • componentNotAvailable

      public final IllegalStateException componentNotAvailable()
      Description copied from interface: EeLogger
      Creates an exception indicating the component is not available.
      Specified by:
      componentNotAvailable in interface EeLogger
      Returns:
      an IllegalStateException for the error.
    • componentNotFound$str

      protected String componentNotFound$str()
    • componentNotFound

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException componentNotFound(String typeName)
      Description copied from interface: EeLogger
      Creates an exception indicating no component was found for the type.
      Specified by:
      componentNotFound in interface EeLogger
      Parameters:
      typeName - the name of the component.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • componentViewConstructionFailure$str

      protected String componentViewConstructionFailure$str()
    • componentViewConstructionFailure

      public final IllegalStateException componentViewConstructionFailure(Throwable cause)
      Description copied from interface: EeLogger
      Creates an exception indicating a failure to construct a component view.
      Specified by:
      componentViewConstructionFailure in interface EeLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      an IllegalStateException for the error.
    • conflictingBinding$str

      protected String conflictingBinding$str()
    • conflictingBinding

      public final IllegalArgumentException conflictingBinding(String bindingName, InjectionSource source)
      Description copied from interface: EeLogger
      Creates an exception indicating an incompatible conflicting binding.
      Specified by:
      conflictingBinding in interface EeLogger
      Parameters:
      bindingName - the binding name.
      source - the source.
      Returns:
      an IllegalArgumentException for the error.
    • defaultConstructorNotFound$str

      protected String defaultConstructorNotFound$str()
    • defaultConstructorNotFound

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultConstructorNotFound(Class<?> clazz)
      Description copied from interface: EeLogger
      Creates an exception indicating the default constructor for the class, represented by the clazz parameter, could not be found.
      Specified by:
      defaultConstructorNotFound in interface EeLogger
      Parameters:
      clazz - the class.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • defaultConstructorNotFoundOnComponent$str

      protected String defaultConstructorNotFoundOnComponent$str()
    • defaultConstructorNotFoundOnComponent

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultConstructorNotFoundOnComponent(String className, Class<?> component)
      Description copied from interface: EeLogger
      Creates an exception indicating the default constructor for the class, represented by the className parameter, could not be found on the component.
      Specified by:
      defaultConstructorNotFoundOnComponent in interface EeLogger
      Parameters:
      className - the name of the class.
      component - the component name.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • elementAttributeMissing$str

      protected String elementAttributeMissing$str()
    • elementAttributeMissing

      public final IllegalArgumentException elementAttributeMissing(String element, String attribute)
      Description copied from interface: EeLogger
      Creates an exception indicating the element must provide the attribute.
      Specified by:
      elementAttributeMissing in interface EeLogger
      Parameters:
      element - the element.
      attribute - the attribute.
      Returns:
      an IllegalArgumentException for the exception.
    • failedToInstallComponent$str

      protected String failedToInstallComponent$str()
    • failedToInstallComponent

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToInstallComponent(Throwable cause, String name)
      Description copied from interface: EeLogger
      Creates an exception indicating a failure to install the component.
      Specified by:
      failedToInstallComponent in interface EeLogger
      Parameters:
      cause - the cause of the error.
      name - the name of the component.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedToParse$str

      protected String failedToParse$str()
    • failedToParse

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParse(Throwable cause, org.jboss.vfs.VirtualFile xmlFile)
      Description copied from interface: EeLogger
      Creates an exception indicating a failure to parse the xmlFile.
      Specified by:
      failedToParse in interface EeLogger
      Parameters:
      cause - the cause of the error.
      xmlFile - the XML file.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedToProcessChild$str

      protected String failedToProcessChild$str()
    • failedToProcessChild

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToProcessChild(Throwable cause, org.jboss.vfs.VirtualFile earFile)
      Description copied from interface: EeLogger
      Creates an exception indicating a failure to process the children for the EAR.
      Specified by:
      failedToProcessChild in interface EeLogger
      Parameters:
      cause - the cause of the error.
      earFile - the EAR file.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedToRead2$str

      protected String failedToRead2$str()
    • failedToRead

      public final String failedToRead(String entryName, String appName)
      Description copied from interface: EeLogger
      A message indicating a failure to read the entries in the application.
      Specified by:
      failedToRead in interface EeLogger
      Parameters:
      entryName - the name of the entry.
      appName - the application name.
      Returns:
      the message.
    • failedToRead3$str

      protected String failedToRead3$str()
    • failedToRead

      public final String failedToRead(String entryName, String appName, String moduleName)
      Description copied from interface: EeLogger
      A message indicating a failure to read the entries in the module.
      Specified by:
      failedToRead in interface EeLogger
      Parameters:
      entryName - the name of the entry.
      appName - the application name.
      moduleName - the module name.
      Returns:
      the message.
    • failedToRead4$str

      protected String failedToRead4$str()
    • failedToRead

      public final String failedToRead(String entryName, String appName, String moduleName, String componentName)
      Description copied from interface: EeLogger
      A message indicating a failure to read the entries in the module.
      Specified by:
      failedToRead in interface EeLogger
      Parameters:
      entryName - the name of the entry.
      appName - the application name.
      moduleName - the module name.
      componentName - the component name
      Returns:
      the message.
    • fieldNotFound$str

      protected String fieldNotFound$str()
    • fieldNotFound

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException fieldNotFound(String name)
      Description copied from interface: EeLogger
      Creates an exception indicating the field, represented by the name parameter, was not found.
      Specified by:
      fieldNotFound in interface EeLogger
      Parameters:
      name - the name of the field.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • injectionTargetNotFound$str

      protected String injectionTargetNotFound$str()
    • injectionTargetNotFound

      public final IllegalStateException injectionTargetNotFound()
      Description copied from interface: EeLogger
      Creates an exception indicating no injection target was found.
      Specified by:
      injectionTargetNotFound in interface EeLogger
      Returns:
      an IllegalStateException for the error.
    • invalidCharacterLength$str

      protected String invalidCharacterLength$str()
    • invalidCharacterLength

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidCharacterLength(String elementName, String value)
      Description copied from interface: EeLogger
      Creates an exception indicating the elementName character type is not exactly one character long.
      Specified by:
      invalidCharacterLength in interface EeLogger
      Parameters:
      elementName - the element name.
      value - the value.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • invalidDescriptor$str

      protected String invalidDescriptor$str()
    • invalidDescriptor

      public final RuntimeException invalidDescriptor(String descriptor)
      Description copied from interface: EeLogger
      Creates an exception indicating the descriptor is not valid.
      Specified by:
      invalidDescriptor in interface EeLogger
      Parameters:
      descriptor - the invalid descriptor
      Returns:
      a RuntimeException for the error.
    • invalidInjectionTarget$str

      protected String invalidInjectionTarget$str()
    • invalidInjectionTarget

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidInjectionTarget(String targetName, String targetType, Class<?> type)
      Description copied from interface: EeLogger
      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.
      Specified by:
      invalidInjectionTarget in interface EeLogger
      Parameters:
      targetName - the name of the target.
      targetType - the type of the target.
      type - the type provided.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • invalidNumberOfArguments$str

      protected String invalidNumberOfArguments$str()
    • invalidNumberOfArguments

      public final String invalidNumberOfArguments(String methodName, org.jboss.jandex.DotName annotation, org.jboss.jandex.DotName className)
      Description copied from interface: EeLogger
      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.
      Specified by:
      invalidNumberOfArguments in interface EeLogger
      Parameters:
      methodName - the name of the method.
      annotation - the annotation.
      className - the name of the class.
      Returns:
      the message.
    • invalidReturnType$str

      protected String invalidReturnType$str()
    • invalidReturnType

      public final IllegalArgumentException invalidReturnType(String returnType, String methodName, org.jboss.jandex.DotName annotation, org.jboss.jandex.DotName className)
      Description copied from interface: EeLogger
      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.
      Specified by:
      invalidReturnType in interface EeLogger
      Parameters:
      returnType - the return type required.
      methodName - the name of the method.
      annotation - the annotation.
      className - the name of the class.
      Returns:
      an IllegalArgumentException for the error.
    • invalidSignature$str

      protected String invalidSignature$str()
    • invalidSignature

      public final String invalidSignature(String name, org.jboss.jandex.DotName annotation, org.jboss.jandex.DotName className, String signatureArg)
      Description copied from interface: EeLogger
      A message indicating methods annotated with the annotation must have a single argument.
      Specified by:
      invalidSignature in interface EeLogger
      Parameters:
      name - the name of the method.
      annotation - the annotation.
      className - the class name.
      signatureArg - the signature argument.
      Returns:
      the message.
    • invalidValue$str

      protected String invalidValue$str()
    • invalidValue

      public final XMLStreamException invalidValue(String value, String element, Location location)
      Description copied from interface: EeLogger
      Creates an exception indicating the value for the element is invalid.
      Specified by:
      invalidValue in interface EeLogger
      Parameters:
      value - the invalid value.
      element - the element.
      location - the location of the error.
      Returns:
      XMLStreamException for the error.
    • methodNotFound1$str

      protected String methodNotFound1$str()
    • methodNotFound

      public final IllegalStateException methodNotFound(Method method)
      Description copied from interface: EeLogger
      Creates an exception indicating the method does not exist.
      Specified by:
      methodNotFound in interface EeLogger
      Parameters:
      method - the method that does not exist.
      Returns:
      an IllegalStateException for the error.
    • methodNotFound3$str

      protected String methodNotFound3$str()
    • methodNotFound

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException methodNotFound(String name, String paramType, String className)
      Description copied from interface: EeLogger
      Creates an exception indicating the method does not exist.
      Specified by:
      methodNotFound in interface EeLogger
      Parameters:
      name - the name of the method.
      paramType - the parameter type.
      className - the class name.
      Returns:
      an DeploymentUnitProcessingException for the error.
    • methodOnlyAnnotation$str

      protected String methodOnlyAnnotation$str()
    • methodOnlyAnnotation

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException methodOnlyAnnotation(org.jboss.jandex.DotName annotation)
      Description copied from interface: EeLogger
      Creates an exception indicating the annotation is only allowed on method targets.
      Specified by:
      methodOnlyAnnotation in interface EeLogger
      Parameters:
      annotation - the annotation.
      Returns:
      an DeploymentUnitProcessingException for the error.
    • multipleComponentsFound$str

      protected String multipleComponentsFound$str()
    • multipleComponentsFound

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleComponentsFound(String typeName)
      Description copied from interface: EeLogger
      Creates an exception indicating multiple components were found for the type.
      Specified by:
      multipleComponentsFound in interface EeLogger
      Parameters:
      typeName - the name of the component.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • multipleMethodsFound$str

      protected String multipleMethodsFound$str()
    • multipleMethodsFound

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleMethodsFound(String name, String paramType, String className)
      Description copied from interface: EeLogger
      Creates an exception indicating multiple methods found.
      Specified by:
      multipleMethodsFound in interface EeLogger
      Parameters:
      name - the name of the method.
      paramType - the parameter type.
      className - the class name.
      Returns:
      an DeploymentUnitProcessingException for the error.
    • multipleSetterMethodsFound$str

      protected String multipleSetterMethodsFound$str()
    • multipleSetterMethodsFound

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleSetterMethodsFound(String targetName, String className)
      Description copied from interface: EeLogger
      Creates an exception indicating multiple setter methods found.
      Specified by:
      multipleSetterMethodsFound in interface EeLogger
      Parameters:
      targetName - the name of the method.
      className - the class name.
      Returns:
      an DeploymentUnitProcessingException for the error.
    • noComponentInstance$str

      protected String noComponentInstance$str()
    • noComponentInstance

      public final IllegalStateException noComponentInstance()
      Description copied from interface: EeLogger
      Creates an exception indicating there is no component instance associated.
      Specified by:
      noComponentInstance in interface EeLogger
      Returns:
      an IllegalStateException for the error.
    • nullBindingName$str

      protected String nullBindingName$str()
    • nullBindingName

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException nullBindingName(BindingConfiguration config)
      Description copied from interface: EeLogger
      Creates an exception indicating the binding name must not be null.
      Specified by:
      nullBindingName in interface EeLogger
      Parameters:
      config - the binding configuration.
      Returns:
      an DeploymentUnitProcessingException for the error.
    • nullOrEmptyManagedBeanClassName$str

      protected String nullOrEmptyManagedBeanClassName$str()
    • nullOrEmptyManagedBeanClassName

      public final IllegalArgumentException nullOrEmptyManagedBeanClassName()
      Description copied from interface: EeLogger
      Creates an exception indicating a null or empty managed bean class name.
      Specified by:
      nullOrEmptyManagedBeanClassName in interface EeLogger
      Returns:
      an IllegalArgumentException for the error.
    • nullOrEmptyResourceReferenceType$str

      protected String nullOrEmptyResourceReferenceType$str()
    • nullOrEmptyResourceReferenceType

      public final IllegalArgumentException nullOrEmptyResourceReferenceType()
      Description copied from interface: EeLogger
      Creates an exception indicating a null or empty resource reference type.
      Specified by:
      nullOrEmptyResourceReferenceType in interface EeLogger
      Returns:
      an IllegalArgumentException for the error.
    • nullResourceReference$str

      protected String nullResourceReference$str()
    • nullResourceReference

      public final IllegalArgumentException nullResourceReference()
      Description copied from interface: EeLogger
      Creates an exception indicating a null resource reference processor cannot be registered.
      Specified by:
      nullResourceReference in interface EeLogger
      Returns:
      an IllegalArgumentException for the error.
    • nullVar1$str

      protected String nullVar1$str()
    • nullVar

      public final IllegalArgumentException nullVar(String name)
      Description copied from interface: EeLogger
      Creates an exception indicating the variable, represented by the name parameter, is null.
      Specified by:
      nullVar in interface EeLogger
      Parameters:
      name - the name of the variable.
      Returns:
      an IllegalArgumentException for the error.
    • priorityAlreadyExists$str

      protected String priorityAlreadyExists$str()
    • priorityAlreadyExists

      public final IllegalArgumentException priorityAlreadyExists(Object item, String hexPriority, Object current)
      Description copied from interface: EeLogger
      Creates an exception indicating the item cannot be added because the priority is already taken.
      Specified by:
      priorityAlreadyExists in interface EeLogger
      Parameters:
      item - the item that was not added.
      hexPriority - the priority.
      current - the current item at that priority.
      Returns:
      an IllegalArgumentException for the error.
    • serviceNotStarted$str

      protected String serviceNotStarted$str()
    • serviceNotStarted

      public final IllegalStateException serviceNotStarted()
      Description copied from interface: EeLogger
      Creates an exception indicating the service is not started.
      Specified by:
      serviceNotStarted in interface EeLogger
      Returns:
      an IllegalStateException for the error.
    • setterMethodOnly$str

      protected String setterMethodOnly$str()
    • setterMethodOnly

      public final IllegalArgumentException setterMethodOnly(String annotation, org.jboss.jandex.MethodInfo methodInfo)
      Description copied from interface: EeLogger
      Creates an exception indicating the annotation injection target is invalid and only setter methods are allowed.
      Specified by:
      setterMethodOnly in interface EeLogger
      Parameters:
      annotation - the annotation.
      methodInfo - the method information.
      Returns:
      an IllegalArgumentException for the error.
    • unknownAnnotationTargetType$str

      protected String unknownAnnotationTargetType$str()
    • unknownAnnotationTargetType

      public final RuntimeException unknownAnnotationTargetType(org.jboss.jandex.AnnotationTarget target)
      Description copied from interface: EeLogger
      Creates an exception indicating the AnnotationTarget type is unknown.
      Specified by:
      unknownAnnotationTargetType in interface EeLogger
      Parameters:
      target - the annotation target.
      Returns:
      a RuntimeException for the error.
    • unknownElementType$str

      protected String unknownElementType$str()
    • unknownElementType

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException unknownElementType(String elementName, String type)
      Description copied from interface: EeLogger
      Creates an exception indicating the type for the elementName for the type is unknown.
      Specified by:
      unknownElementType in interface EeLogger
      Parameters:
      elementName - the name of the element.
      type - the type.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • viewMethodNotFound$str

      protected String viewMethodNotFound$str()
    • viewMethodNotFound

      public final IllegalArgumentException viewMethodNotFound(String name, String descriptor, Class<?> viewClass, Class<?> component)
      Description copied from interface: EeLogger
      Creates an exception indicating the method could not found on the view.
      Specified by:
      viewMethodNotFound in interface EeLogger
      Parameters:
      name - the name of the method.
      descriptor - the method descriptor.
      viewClass - the view class.
      component - the component class.
      Returns:
      an IllegalArgumentException for the error.
    • unexpectedElement$str

      protected String unexpectedElement$str()
    • unexpectedElement

      public final XMLStreamException unexpectedElement(QName name, Location location)
      Description copied from interface: EeLogger
      Creates an exception indicating an unexpected element, represented by the name parameter, was encountered.
      Specified by:
      unexpectedElement in interface EeLogger
      Parameters:
      name - the unexpected element name.
      location - the location of the error.
      Returns:
      a XMLStreamException for the error.
    • failedToProcessEJBClientDescriptor$str

      protected String failedToProcessEJBClientDescriptor$str()
    • failedToProcessEJBClientDescriptor

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToProcessEJBClientDescriptor(Throwable cause)
      Description copied from interface: EeLogger
      Creates an exception indicating that the jboss-ejb-client.xml couldn't be processed
      Specified by:
      failedToProcessEJBClientDescriptor in interface EeLogger
      Returns:
      a DeploymentUnitProcessingException for the error.
    • xmlErrorParsingEJBClientDescriptor$str

      protected String xmlErrorParsingEJBClientDescriptor$str()
    • xmlErrorParsingEJBClientDescriptor

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException xmlErrorParsingEJBClientDescriptor(XMLStreamException cause, String fileLocation)
      Description copied from interface: EeLogger
      Creates an exception indicating that there was an exception while parsing a jboss-ejb-client.xml
      Specified by:
      xmlErrorParsingEJBClientDescriptor in interface EeLogger
      fileLocation - the location of jboss-ejb-client.xml
      Returns:
      a DeploymentUnitProcessingException for the error.
    • errorParsingEJBClientDescriptor$str

      protected String errorParsingEJBClientDescriptor$str()
    • errorParsingEJBClientDescriptor

      public final XMLStreamException errorParsingEJBClientDescriptor(String message, Location location)
      Description copied from interface: EeLogger
      Creates an exception indicating that there was an exception while parsing a jboss-ejb-client.xml
      Specified by:
      errorParsingEJBClientDescriptor in interface EeLogger
      Parameters:
      message - The error message
      location - The location of the error
      Returns:
      a XMLStreamException for the error.
    • noMessageDestination$str

      protected String noMessageDestination$str()
    • noMessageDestination

      public final String noMessageDestination(String name, String binding)
      Description copied from interface: EeLogger
      If a message destination could not be resolved
      Specified by:
      noMessageDestination in interface EeLogger
    • moreThanOneMessageDestination$str

      protected String moreThanOneMessageDestination$str()
    • moreThanOneMessageDestination

      public final String moreThanOneMessageDestination(String name, String binding, Set<String> jndiNames)
      Description copied from interface: EeLogger
      If a message destination could not be resolved
      Specified by:
      moreThanOneMessageDestination in interface EeLogger
    • failedToLoadJbossProperties$str

      protected String failedToLoadJbossProperties$str()
    • failedToLoadJbossProperties

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToLoadJbossProperties(IOException e)
      Specified by:
      failedToLoadJbossProperties in interface EeLogger
    • unsupportedModuleType$str

      protected String unsupportedModuleType$str()
    • unsupportedModuleType

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException unsupportedModuleType(String moduleFileName)
      Specified by:
      unsupportedModuleType in interface EeLogger
    • rootAsLibraryDirectory$str

      protected String rootAsLibraryDirectory$str()
    • rootAsLibraryDirectory

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException rootAsLibraryDirectory()
      Specified by:
      rootAsLibraryDirectory in interface EeLogger
    • earModuleChildOfLibraryDirectory$str

      protected String earModuleChildOfLibraryDirectory$str()
    • earModuleChildOfLibraryDirectory

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException earModuleChildOfLibraryDirectory(String libraryDirectory, String moduleFileName)
      Specified by:
      earModuleChildOfLibraryDirectory in interface EeLogger
    • managedReferenceWasNull$str

      protected String managedReferenceWasNull$str()
    • managedReferenceWasNull

      public final RuntimeException managedReferenceWasNull(Field field)
      Specified by:
      managedReferenceWasNull in interface EeLogger
    • propertiesNotAllowedOnGlobalModules$str

      protected String propertiesNotAllowedOnGlobalModules$str()
    • propertiesNotAllowedOnGlobalModules

      public final String propertiesNotAllowedOnGlobalModules()
      Specified by:
      propertiesNotAllowedOnGlobalModules in interface EeLogger
    • concurrentServiceValueUninitialized$str

      protected String concurrentServiceValueUninitialized$str()
    • concurrentServiceValueUninitialized

      public final IllegalStateException concurrentServiceValueUninitialized()
      Specified by:
      concurrentServiceValueUninitialized in interface EeLogger
    • serializationMustBeHandledByTheFactory$str

      protected String serializationMustBeHandledByTheFactory$str()
    • serializationMustBeHandledByTheFactory

      public final IOException serializationMustBeHandledByTheFactory()
      Specified by:
      serializationMustBeHandledByTheFactory in interface EeLogger
    • factoryAlreadyExists$str

      protected String factoryAlreadyExists$str()
    • factoryAlreadyExists

      public final IllegalArgumentException factoryAlreadyExists(String concurrentContext, String factoryName)
      Specified by:
      factoryAlreadyExists in interface EeLogger
    • factoryNotFound$str

      protected String factoryNotFound$str()
    • factoryNotFound

      public final IOException factoryNotFound(String concurrentContext, String factoryName)
      Specified by:
      factoryNotFound in interface EeLogger
    • concurrentContextServiceNotInstalled$str

      protected String concurrentContextServiceNotInstalled$str()
    • concurrentContextServiceNotInstalled

      public final IOException concurrentContextServiceNotInstalled(org.jboss.msc.service.ServiceName serviceName)
      Specified by:
      concurrentContextServiceNotInstalled in interface EeLogger
    • transactionSetupProviderServiceNotInstalled$str

      protected String transactionSetupProviderServiceNotInstalled$str()
    • transactionSetupProviderServiceNotInstalled

      public final IllegalStateException transactionSetupProviderServiceNotInstalled()
      Specified by:
      transactionSetupProviderServiceNotInstalled in interface EeLogger
    • instanceDataCanOnlyBeSetDuringConstruction$str

      protected String instanceDataCanOnlyBeSetDuringConstruction$str()
    • instanceDataCanOnlyBeSetDuringConstruction

      public final IllegalStateException instanceDataCanOnlyBeSetDuringConstruction()
      Specified by:
      instanceDataCanOnlyBeSetDuringConstruction in interface EeLogger
    • aroundInvokeAnnotationUsedTooManyTimes$str

      protected String aroundInvokeAnnotationUsedTooManyTimes$str()
    • aroundInvokeAnnotationUsedTooManyTimes

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException aroundInvokeAnnotationUsedTooManyTimes(org.jboss.jandex.DotName className, int numberOfAnnotatedMethods)
      Description copied from interface: EeLogger
      Creates an exception indicating that there was a exception while deploying AroundInvokeInterceptor
      Specified by:
      aroundInvokeAnnotationUsedTooManyTimes in interface EeLogger
      Parameters:
      className - the name of the class.
      numberOfAnnotatedMethods - the number of @aroundInvoke annotations in the specified class.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedToRunTask

      public final void failedToRunTask(Object delegate, Exception e)
      Specified by:
      failedToRunTask in interface EeLogger
    • failedToRunTask$str

      protected String failedToRunTask$str()
    • cannotRunScheduledTask$str

      protected String cannotRunScheduledTask$str()
    • cannotRunScheduledTask

      public final IllegalStateException cannotRunScheduledTask(Object delegate)
      Specified by:
      cannotRunScheduledTask in interface EeLogger
    • invalidCoreThreadsSize$str

      protected String invalidCoreThreadsSize$str()
    • invalidCoreThreadsSize

      public final org.jboss.as.controller.OperationFailedException invalidCoreThreadsSize(String queueLengthValue)
      Description copied from interface: EeLogger
      Creates an exception indicating the core-threads must be greater than 0 for the task queue.
      Specified by:
      invalidCoreThreadsSize in interface EeLogger
      Parameters:
      queueLengthValue - the queue length value
      Returns:
      an OperationFailedException for the exception
    • invalidMaxThreads$str

      protected String invalidMaxThreads$str()
    • invalidMaxThreads

      public final org.jboss.as.controller.OperationFailedException invalidMaxThreads(int maxThreads, int coreThreads)
      Description copied from interface: EeLogger
      Creates an exception indicating the max-threads value cannot be less than the core-threads value.
      Specified by:
      invalidMaxThreads in interface EeLogger
      Parameters:
      maxThreads - the size for the max threads
      coreThreads - the size for the core threads
      Returns:
      an OperationFailedException for the exception
    • classDoesNotImplementAllInterfaces$str

      protected String classDoesNotImplementAllInterfaces$str()
    • classDoesNotImplementAllInterfaces

      public final IllegalArgumentException classDoesNotImplementAllInterfaces()
      Specified by:
      classDoesNotImplementAllInterfaces in interface EeLogger
    • nullName$str

      protected String nullName$str()
    • nullName

      public final IllegalArgumentException nullName(String objectType)
      Description copied from interface: EeLogger
      Creates an exception indicating the name of the @{code objectType}, is null.
      Specified by:
      nullName in interface EeLogger
      Parameters:
      objectType - the type of the object.
      Returns:
      an IllegalArgumentException for the error.
    • nullVar3$str

      protected String nullVar3$str()
    • nullVar

      public final IllegalArgumentException nullVar(String variable, String objectType, String objectName)
      Description copied from interface: EeLogger
      Creates an exception indicating the variable, represented by the variable parameter in the @{code objectType} objectName, is null.
      Specified by:
      nullVar in interface EeLogger
      Parameters:
      variable - the name of the variable.
      objectType - the type of the object.
      objectName - the name of the object.
      Returns:
      an IllegalArgumentException for the error.
    • cannotSetField$str

      protected String cannotSetField$str()
    • cannotSetField

      public final IllegalArgumentException cannotSetField(String fieldName, Class<?> injectedClass, ClassLoader injectedClassloader, Class<?> fieldClass, ClassLoader fieldClassloader)
      Specified by:
      cannotSetField in interface EeLogger
    • executorServiceNotFound$str

      protected String executorServiceNotFound$str()
    • executorServiceNotFound

      public final org.jboss.as.controller.OperationFailedException executorServiceNotFound(org.jboss.msc.service.ServiceName serviceName)
      Specified by:
      executorServiceNotFound in interface EeLogger
    • unsupportedExecutorServiceMetric$str

      protected String unsupportedExecutorServiceMetric$str()
    • unsupportedExecutorServiceMetric

      public final IllegalStateException unsupportedExecutorServiceMetric(String attributeName)
      Specified by:
      unsupportedExecutorServiceMetric in interface EeLogger
    • globalDirectoryDoNotExist$str

      protected String globalDirectoryDoNotExist$str()
    • globalDirectoryDoNotExist

      public final org.jboss.msc.service.StartException globalDirectoryDoNotExist(String globalDirectoryPath, String globalDirectoryName)
      Specified by:
      globalDirectoryDoNotExist in interface EeLogger
    • oneGlobalDirectory$str

      protected String oneGlobalDirectory$str()
    • oneGlobalDirectory

      public final org.jboss.as.controller.OperationFailedException oneGlobalDirectory(String newGlobalDirectory, String existingGlobalDirectory)
      Specified by:
      oneGlobalDirectory in interface EeLogger
    • errorDeletingJACCPolicy

      public final void errorDeletingJACCPolicy(Throwable t)
      Specified by:
      errorDeletingJACCPolicy in interface EeLogger
    • errorDeletingJACCPolicy$str

      protected String errorDeletingJACCPolicy$str()
    • unableToStartException$str

      protected String unableToStartException$str()
    • unableToStartException

      public final org.jboss.msc.service.StartException unableToStartException(String service, Throwable t)
      Specified by:
      unableToStartException in interface EeLogger
    • rejectedDueToMaxRequests$str

      protected String rejectedDueToMaxRequests$str()
    • rejectedDueToMaxRequests

      public final RejectedExecutionException rejectedDueToMaxRequests()
      Specified by:
      rejectedDueToMaxRequests in interface EeLogger
    • invalidNamePrefix

      public final void invalidNamePrefix(String name)
      Specified by:
      invalidNamePrefix in interface EeLogger
    • invalidNamePrefix$str

      protected String invalidNamePrefix$str()
    • huntTaskTerminationFailure

      public final void huntTaskTerminationFailure(Throwable cause, String executorName, String taskName)
      Description copied from interface: EeLogger
      Logs a warning message indicating a failure when terminating a managed executor's hung task.
      Specified by:
      huntTaskTerminationFailure in interface EeLogger
      Parameters:
      cause - the cause of the error.
      executorName - the name of the executor.
      taskName - the name of the hung task.
    • huntTaskTerminationFailure$str

      protected String huntTaskTerminationFailure$str()
    • hungTaskCancelled

      public final void hungTaskCancelled(String executorName, String taskName)
      Description copied from interface: EeLogger
      Logs a message indicating a hung task was cancelled.
      Specified by:
      hungTaskCancelled in interface EeLogger
      Parameters:
      executorName - the name of the executor.
      taskName - the name of the hung task.
    • hungTaskCancelled$str

      protected String hungTaskCancelled$str()
    • hungTaskNotCancelled

      public final void hungTaskNotCancelled(String executorName, String taskName)
      Description copied from interface: EeLogger
      Logs a message indicating a hung task was not cancelled.
      Specified by:
      hungTaskNotCancelled in interface EeLogger
      Parameters:
      executorName - the name of the executor.
      taskName - the name of the hung task.
    • hungTaskNotCancelled$str

      protected String hungTaskNotCancelled$str()
    • attributeNoLongerSupported$str

      protected String attributeNoLongerSupported$str()
    • attributeNoLongerSupported

      public final XMLStreamException attributeNoLongerSupported(String attribute)
      Specified by:
      attributeNoLongerSupported in interface EeLogger
    • managedReferenceMethodWasNull$str

      protected String managedReferenceMethodWasNull$str()
    • managedReferenceMethodWasNull

      public final RuntimeException managedReferenceMethodWasNull(Method method)
      Specified by:
      managedReferenceMethodWasNull in interface EeLogger
    • duplicateJndiBindingFound

      public final void duplicateJndiBindingFound(String componentName, String jndiName, Class clazz)
      Specified by:
      duplicateJndiBindingFound in interface EeLogger
    • duplicateJndiBindingFound$str

      protected String duplicateJndiBindingFound$str()
    • multipleUsesOfAllRemaining$str

      protected String multipleUsesOfAllRemaining$str()
    • multipleUsesOfAllRemaining

      public final IllegalStateException multipleUsesOfAllRemaining()
      Specified by:
      multipleUsesOfAllRemaining in interface EeLogger
    • failedToResumeTransaction

      public final void failedToResumeTransaction(Throwable cause)
      Specified by:
      failedToResumeTransaction in interface EeLogger
    • failedToResumeTransaction$str

      protected String failedToResumeTransaction$str()
    • failureWhileRunningTask$str

      protected String failureWhileRunningTask$str()
    • failureWhileRunningTask

      public final RuntimeException failureWhileRunningTask(Object delegate, Exception e)
      Specified by:
      failureWhileRunningTask in interface EeLogger
    • errorEqualsCannotBeCalledBeforeResolve$str

      protected String errorEqualsCannotBeCalledBeforeResolve$str()
    • errorEqualsCannotBeCalledBeforeResolve

      public final RuntimeException errorEqualsCannotBeCalledBeforeResolve()
      Specified by:
      errorEqualsCannotBeCalledBeforeResolve in interface EeLogger
    • hungTaskTerminationPeriodIsNotBiggerThanZero$str

      protected String hungTaskTerminationPeriodIsNotBiggerThanZero$str()
    • hungTaskTerminationPeriodIsNotBiggerThanZero

      public final IllegalArgumentException hungTaskTerminationPeriodIsNotBiggerThanZero()
      Specified by:
      hungTaskTerminationPeriodIsNotBiggerThanZero in interface EeLogger
    • cannotAddRemotingReceiver$str

      protected String cannotAddRemotingReceiver$str()
    • cannotAddRemotingReceiver

      public final IllegalArgumentException cannotAddRemotingReceiver()
      Specified by:
      cannotAddRemotingReceiver in interface EeLogger
    • cannotAddHTTPConnection$str

      protected String cannotAddHTTPConnection$str()
    • cannotAddHTTPConnection

      public final IllegalArgumentException cannotAddHTTPConnection()
      Specified by:
      cannotAddHTTPConnection in interface EeLogger
    • securityManagerNotAllowed$str

      protected String securityManagerNotAllowed$str()
    • securityManagerNotAllowed

      public final org.jboss.as.controller.OperationFailedException securityManagerNotAllowed()
      Specified by:
      securityManagerNotAllowed in interface EeLogger
    • failedToLoadConcurrencyImplementation$str

      protected String failedToLoadConcurrencyImplementation$str()
    • failedToLoadConcurrencyImplementation

      public final RuntimeException failedToLoadConcurrencyImplementation(Throwable cause)
      Specified by:
      failedToLoadConcurrencyImplementation in interface EeLogger
    • lifecycleOperationNotSupported$str

      protected String lifecycleOperationNotSupported$str()
    • lifecycleOperationNotSupported

      public final IllegalStateException lifecycleOperationNotSupported()
      Specified by:
      lifecycleOperationNotSupported in interface EeLogger