public class android.graphics.SurfaceTexture$OutOfResourcesException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.graphics.SurfaceTexture$OutOfResourcesException
  super_class: java.lang.Exception
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.SurfaceTexture$OutOfResourcesException this
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 99
            return
        end local 0 // android.graphics.SurfaceTexture$OutOfResourcesException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/SurfaceTexture$OutOfResourcesException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.graphics.SurfaceTexture$OutOfResourcesException this
        start local 1 // java.lang.String name
         0: .line 101
            aload 0 /* this */
            aload 1 /* name */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 102
            return
        end local 1 // java.lang.String name
        end local 0 // android.graphics.SurfaceTexture$OutOfResourcesException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/graphics/SurfaceTexture$OutOfResourcesException;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "SurfaceTexture.java"
NestHost: android.graphics.SurfaceTexture
InnerClasses:
  public OutOfResourcesException = android.graphics.SurfaceTexture$OutOfResourcesException of android.graphics.SurfaceTexture
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()