final class sun.security.ssl.Alert$AlertMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.Alert$AlertMessage
  super_class: java.lang.Object
{
  private final byte level;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte id;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(sun.security.ssl.TransportContext, java.nio.ByteBuffer);
    descriptor: (Lsun/security/ssl/TransportContext;Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.Alert$AlertMessage this
        start local 1 // sun.security.ssl.TransportContext context
        start local 2 // java.nio.ByteBuffer m
         0: .line 189
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 195
            aload 2 /* m */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            if_icmpeq 5
         2: .line 196
            aload 1 /* context */
            getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
         3: .line 197
            ldc "Invalid Alert message: no sufficient data"
         4: .line 196
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
         5: .line 200
      StackMap locals: sun.security.ssl.Alert$AlertMessage sun.security.ssl.TransportContext java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            aload 2 /* m */
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield sun.security.ssl.Alert$AlertMessage.level:B
         6: .line 201
            aload 0 /* this */
            aload 2 /* m */
            invokevirtual java.nio.ByteBuffer.get:()B
            putfield sun.security.ssl.Alert$AlertMessage.id:B
         7: .line 202
            return
        end local 2 // java.nio.ByteBuffer m
        end local 1 // sun.security.ssl.TransportContext context
        end local 0 // sun.security.ssl.Alert$AlertMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/security/ssl/Alert$AlertMessage;
            0    8     1  context  Lsun/security/ssl/TransportContext;
            0    8     2        m  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      m        

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.security.ssl.Alert$AlertMessage this
         0: .line 206
            new java.text.MessageFormat
            dup
         1: .line 207
            ldc "\"Alert\": '{'\n  \"level\"      : \"{0}\",\n  \"description\": \"{1}\"\n'}'"
         2: .line 211
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
         3: .line 206
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;Ljava/util/Locale;)V
            astore 1 /* messageFormat */
        start local 1 // java.text.MessageFormat messageFormat
         4: .line 213
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 214
            aload 0 /* this */
            getfield sun.security.ssl.Alert$AlertMessage.level:B
            invokestatic sun.security.ssl.Alert$Level.nameOf:(B)Ljava/lang/String;
            aastore
            dup
            iconst_1
         6: .line 215
            aload 0 /* this */
            getfield sun.security.ssl.Alert$AlertMessage.id:B
            invokestatic sun.security.ssl.Alert.nameOf:(B)Ljava/lang/String;
            aastore
         7: .line 213
            astore 2 /* messageFields */
        start local 2 // java.lang.Object[] messageFields
         8: .line 218
            aload 1 /* messageFormat */
            aload 2 /* messageFields */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.Object[] messageFields
        end local 1 // java.text.MessageFormat messageFormat
        end local 0 // sun.security.ssl.Alert$AlertMessage this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lsun/security/ssl/Alert$AlertMessage;
            4    9     1  messageFormat  Ljava/text/MessageFormat;
            8    9     2  messageFields  [Ljava/lang/Object;
}
SourceFile: "Alert.java"
NestHost: sun.security.ssl.Alert
InnerClasses:
  private final AlertMessage = sun.security.ssl.Alert$AlertMessage of sun.security.ssl.Alert
  final Level = sun.security.ssl.Alert$Level of sun.security.ssl.Alert