Class SarLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.service.logging.SarLogger_$logger
All Implemented Interfaces:
Serializable, SarLogger, org.jboss.logging.BasicLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-02-05T12:53:36+0000") public class SarLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements SarLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
See Also:
  • Constructor Details

    • SarLogger_$logger

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

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • failedExecutingLegacyMethod$str

      protected String failedExecutingLegacyMethod$str()
    • failedExecutingLegacyMethod

      public final String failedExecutingLegacyMethod(String methodName)
      Description copied from interface: SarLogger
      A message indicating a failure to execute a legacy service method, represented by the methodName parameter.
      Specified by:
      failedExecutingLegacyMethod in interface SarLogger
      Parameters:
      methodName - the name of the method that failed to execute.
      Returns:
      the message
    • propertyNotFound

      public final void propertyNotFound(Class<?> type)
      Description copied from interface: SarLogger
      Logs a warning message indicating the inability to find a PropertyEditor for the type.
      Specified by:
      propertyNotFound in interface SarLogger
      Parameters:
      type - the type.
    • propertyNotFound$str

      protected String propertyNotFound$str()
    • classNotFound$str

      protected String classNotFound$str()
    • classNotFound

      public final IllegalArgumentException classNotFound(Throwable cause)
      Description copied from interface: SarLogger
      Creates an exception indicating the class could not be found.
      Specified by:
      classNotFound in interface SarLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      an IllegalArgumentException for the error.
    • classNotInstantiated$str

      protected String classNotInstantiated$str()
    • classNotInstantiated

      public final IllegalArgumentException classNotInstantiated(Throwable cause)
      Description copied from interface: SarLogger
      Creates an exception indicating the class was not instantiated.
      Specified by:
      classNotInstantiated in interface SarLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      an IllegalArgumentException for the error.
    • failedToGetAttachment$str

      protected String failedToGetAttachment$str()
    • failedToGetAttachment

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToGetAttachment(String attachmentType, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      Description copied from interface: SarLogger
      Creates an exception indicating a failure to get an attachment.
      Specified by:
      failedToGetAttachment in interface SarLogger
      Parameters:
      attachmentType - the type/name of the attachment.
      deploymentUnit - the deployment unit.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedXmlParsing$str

      protected String failedXmlParsing$str()
    • failedXmlParsing

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedXmlParsing(org.jboss.vfs.VirtualFile xmlFile)
      Description copied from interface: SarLogger
      Creates an exception indicating a failure to parse the service XML file.
      Specified by:
      failedXmlParsing in interface SarLogger
      Parameters:
      xmlFile - the XML file that failed to parse.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedXmlParsing

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

      protected String methodNotFound$str()
    • methodNotFound

      public final IllegalStateException methodNotFound(String methodName, String methodParams, String className)
      Description copied from interface: SarLogger
      Creates an exception indicating the method could not be found.
      Specified by:
      methodNotFound in interface SarLogger
      Parameters:
      methodName - the name of the method.
      methodParams - the method parameters.
      className - the name of the class.
      Returns:
      an IllegalStateException for the error.
    • missingRequiredAttributes$str

      protected String missingRequiredAttributes$str()
    • missingRequiredAttributes

      public final String missingRequiredAttributes()
      Description copied from interface: SarLogger
      A message indicating one or more required attributes are missing.
      Specified by:
      missingRequiredAttributes in interface SarLogger
      Returns:
      the message.
    • nullVar$str

      protected String nullVar$str()
    • nullVar

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

      protected String propertyMethodNotFound$str()
    • propertyMethodNotFound

      public final IllegalStateException propertyMethodNotFound(String methodPrefix, String propertyName, String className)
      Description copied from interface: SarLogger
      Creates an exception indicating the method for the property is not found.
      Specified by:
      propertyMethodNotFound in interface SarLogger
      Parameters:
      methodPrefix - the prefix for the method, e.g. get or set.
      propertyName - the name of the property.
      className - the class the property was being queried on.
      Returns:
      an IllegalStateException for the error.
    • unexpectedContent$str

      protected String unexpectedContent$str()
    • unexpectedContent

      public final String unexpectedContent(String kind, QName name, String text)
      Description copied from interface: SarLogger
      A message indicating unexpected content was found.
      Specified by:
      unexpectedContent in interface SarLogger
      Parameters:
      kind - the kind of content.
      name - the name of the attribute.
      text - the value text of the attribute.
      Returns:
      the message.
    • failedToProcessSarChild$str

      protected String failedToProcessSarChild$str()
    • failedToProcessSarChild

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToProcessSarChild(Throwable cause, org.jboss.vfs.VirtualFile deploymentRoot)
      Description copied from interface: SarLogger
      Creates an exception indicating a failure to process the resource adapter child archives for the deployment root represented by the deploymentRoot parameter.
      Specified by:
      failedToProcessSarChild in interface SarLogger
      Parameters:
      cause - the cause of the error.
      deploymentRoot - the deployment root.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • malformedDependencyName$str

      protected String malformedDependencyName$str()
    • malformedDependencyName

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException malformedDependencyName(Throwable cause, String dependencyName)
      Description copied from interface: SarLogger
      Creates an exception indicating that dependency of mbean was malformed in service descriptor.
      Specified by:
      malformedDependencyName in interface SarLogger
      Parameters:
      cause - MalformedObjectNameException.
      dependencyName - the name of malformed dependency.
      Returns:
      a DeploymentUnitProcessingException 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: SarLogger
      Creates an exception indicating the default constructor for the class, represented by the clazz parameter, could not be found.
      Specified by:
      defaultConstructorNotFound in interface SarLogger
      Parameters:
      clazz - the class.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • mbeanRegistrationFailed$str

      protected String mbeanRegistrationFailed$str()
    • mbeanRegistrationFailed

      public final org.jboss.msc.service.StartException mbeanRegistrationFailed(Throwable cause, String name)
      Description copied from interface: SarLogger
      Creates an exception indicating a failure to register the MBean.
      Specified by:
      mbeanRegistrationFailed in interface SarLogger
      Parameters:
      cause - the cause of the error.
      name - the name of the MBean.
      Returns:
      a StartException for the error.
    • cannotUnregisterObject

      public final void cannotUnregisterObject()
      Description copied from interface: SarLogger
      Logs a warning message indicating no ObjectName is available to unregister.
      Specified by:
      cannotUnregisterObject in interface SarLogger
    • cannotUnregisterObject$str

      protected String cannotUnregisterObject$str()
    • unregistrationFailure

      public final void unregistrationFailure(Throwable cause, ObjectName name)
      Description copied from interface: SarLogger
      Logs an error message indicating a failure to unregister the object name.
      Specified by:
      unregistrationFailure in interface SarLogger
      Parameters:
      cause - the cause of the error.
      name - the name of the object name.
    • unregistrationFailure$str

      protected String unregistrationFailure$str()
    • objectSupplierNotAvailable$str

      protected String objectSupplierNotAvailable$str()
    • objectSupplierNotAvailable

      public final IllegalStateException objectSupplierNotAvailable()
      Specified by:
      objectSupplierNotAvailable in interface SarLogger
    • objectNotAvailable$str

      protected String objectNotAvailable$str()
    • objectNotAvailable

      public final IllegalStateException objectNotAvailable()
      Specified by:
      objectNotAvailable in interface SarLogger
    • methodIsNotAccessible$str

      protected String methodIsNotAccessible$str()
    • methodIsNotAccessible

      public final IllegalStateException methodIsNotAccessible(Throwable cause)
      Specified by:
      methodIsNotAccessible in interface SarLogger
    • failedToInvokeMethod$str

      protected String failedToInvokeMethod$str()
    • failedToInvokeMethod

      public final IllegalStateException failedToInvokeMethod(Throwable cause)
      Specified by:
      failedToInvokeMethod in interface SarLogger