class android.net.SntpClient$InvalidServerReplyException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.net.SntpClient$InvalidServerReplyException
  super_class: java.lang.Exception
{
  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.net.SntpClient$InvalidServerReplyException this
        start local 1 // java.lang.String message
         0: .line 74
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 75
            return
        end local 1 // java.lang.String message
        end local 0 // android.net.SntpClient$InvalidServerReplyException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/net/SntpClient$InvalidServerReplyException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  
}
SourceFile: "SntpClient.java"
NestHost: android.net.SntpClient
InnerClasses:
  private InvalidServerReplyException = android.net.SntpClient$InvalidServerReplyException of android.net.SntpClient