public class org.apache.naming.factory.SendMailFactory implements javax.naming.spi.ObjectFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.naming.factory.SendMailFactory
  super_class: java.lang.Object
{
  protected static final java.lang.String DataSourceClassName;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "jakarta.mail.internet.MimePartDataSource"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.naming.factory.SendMailFactory this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import jakarta.mail cannot be resolved\n\tThe import jakarta.mail cannot be resolved\n\tThe import jakarta.mail cannot be resolved\n\tThe import jakarta.mail cannot be resolved\n\tThe method doPrivileged(PrivilegedAction<MimePartDataSource>) from the type AccessController refers to the missing type MimePartDataSource\n\tMimePartDataSource cannot be resolved to a type\n\tThis lambda expression refers to the missing type MimePartDataSource\n\tMimeMessage cannot be resolved to a type\n\tMimeMessage cannot be resolved to a type\n\tSession cannot be resolved\n\tInternetAddress cannot be resolved to a type\n\tMimePartDataSource cannot be resolved to a type\n\tMimePartDataSource cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.naming.factory.SendMailFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/naming/factory/SendMailFactory;

  public  getObjectInstance(, javax.naming.Name, javax.naming.Context, java.util.Hashtable<?, ?>);
    descriptor: (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.naming.factory.SendMailFactory this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method doPrivileged(PrivilegedAction<MimePartDataSource>) from the type AccessController refers to the missing type MimePartDataSource\n\tMimePartDataSource cannot be resolved to a type\n\tThis lambda expression refers to the missing type MimePartDataSource\n\tMimeMessage cannot be resolved to a type\n\tMimeMessage cannot be resolved to a type\n\tSession cannot be resolved\n\tInternetAddress cannot be resolved to a type\n\tMimePartDataSource cannot be resolved to a type\n\tMimePartDataSource cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.naming.factory.SendMailFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/naming/factory/SendMailFactory;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      refObj  
      name    
      ctx     
      env     
}
SourceFile: "SendMailFactory.java"