public class android.security.KeyStoreException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.security.KeyStoreException
  super_class: java.lang.Exception
{
  private final int mErrorCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.security.KeyStoreException this
        start local 1 // int errorCode
        start local 2 // java.lang.String message
         0: .line 33
            aload 0 /* this */
            aload 2 /* message */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 34
            aload 0 /* this */
            iload 1 /* errorCode */
            putfield android.security.KeyStoreException.mErrorCode:I
         2: .line 35
            return
        end local 2 // java.lang.String message
        end local 1 // int errorCode
        end local 0 // android.security.KeyStoreException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Landroid/security/KeyStoreException;
            0    3     1  errorCode  I
            0    3     2    message  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      errorCode  
      message    

  public int getErrorCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.security.KeyStoreException this
         0: .line 38
            aload 0 /* this */
            getfield android.security.KeyStoreException.mErrorCode:I
            ireturn
        end local 0 // android.security.KeyStoreException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/security/KeyStoreException;
}
SourceFile: "KeyStoreException.java"