Class EeLogger_$logger

  • All Implemented Interfaces:
    Serializable, EeLogger, org.jboss.logging.BasicLogger

    @Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
               date="2023-03-29T20:53:28-0500")
    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:
    Serialized Form
    • Constructor Detail

      • EeLogger_$logger

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

      • 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$str

        protected String subdeploymentIgnored$str()
      • rollbackOfTransactionStartedInEEConcurrentInvocation$str

        protected String rollbackOfTransactionStartedInEEConcurrentInvocation$str()
      • failedToRollbackTransaction$str

        protected String failedToRollbackTransaction$str()
      • failedToSuspendTransaction$str

        protected String failedToSuspendTransaction$str()
      • 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()
      • cannotAddMoreItems$str

        protected String cannotAddMoreItems$str()
      • cannotBeEmpty$str

        protected String cannotBeEmpty$str()
      • cannotBeNullOrEmpty$str

        protected String cannotBeNullOrEmpty$str()
      • 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()
      • 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()
      • 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()
      • componentIsStopped$str

        protected String componentIsStopped$str()
      • componentNotAvailable$str

        protected String componentNotAvailable$str()
      • 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()
      • conflictingBinding$str

        protected String conflictingBinding$str()
      • 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()
      • 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()
      • 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()
      • 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()
      • 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()
      • 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()
      • nullOrEmptyResourceReferenceType$str

        protected String nullOrEmptyResourceReferenceType$str()
      • nullResourceReference$str

        protected String nullResourceReference$str()
      • nullVar1$str

        protected String nullVar1$str()
      • priorityAlreadyExists$str

        protected String priorityAlreadyExists$str()
      • serviceNotStarted$str

        protected String serviceNotStarted$str()
      • 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()
      • noMessageDestination$str

        protected String noMessageDestination$str()
      • moreThanOneMessageDestination$str

        protected String moreThanOneMessageDestination$str()
      • failedToLoadJbossProperties$str

        protected String failedToLoadJbossProperties$str()
      • 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()
      • propertiesNotAllowedOnGlobalModules$str

        protected String propertiesNotAllowedOnGlobalModules$str()
      • concurrentServiceValueUninitialized$str

        protected String concurrentServiceValueUninitialized$str()
      • serializationMustBeHandledByTheFactory$str

        protected String serializationMustBeHandledByTheFactory$str()
      • factoryAlreadyExists$str

        protected String factoryAlreadyExists$str()
      • factoryNotFound$str

        protected String factoryNotFound$str()
      • concurrentContextServiceNotInstalled$str

        protected String concurrentContextServiceNotInstalled$str()
      • transactionSetupProviderServiceNotInstalled$str

        protected String transactionSetupProviderServiceNotInstalled$str()
      • instanceDataCanOnlyBeSetDuringConstruction$str

        protected String instanceDataCanOnlyBeSetDuringConstruction$str()
      • 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$str

        protected String failedToRunTask$str()
      • cannotRunScheduledTask$str

        protected String cannotRunScheduledTask$str()
      • 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()
      • nullName$str

        protected String nullName$str()
      • 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()
      • 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()
      • 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$str

        protected String errorDeletingJACCPolicy$str()
      • unableToStartException$str

        protected String unableToStartException$str()
      • rejectedDueToMaxRequests$str

        protected String rejectedDueToMaxRequests$str()
      • 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()
      • managedReferenceMethodWasNull$str

        protected String managedReferenceMethodWasNull$str()
      • duplicateJndiBindingFound$str

        protected String duplicateJndiBindingFound$str()
      • multipleUsesOfAllRemaining$str

        protected String multipleUsesOfAllRemaining$str()
      • failedToResumeTransaction$str

        protected String failedToResumeTransaction$str()
      • failureWhileRunningTask$str

        protected String failureWhileRunningTask$str()