public final class com.sun.security.ntlm.NTLMException extends java.security.GeneralSecurityException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.security.ntlm.NTLMException
  super_class: java.security.GeneralSecurityException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3298539507906689430

  public static final int PACKET_READ_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int NO_DOMAIN_INFO;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int USER_UNKNOWN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int AUTH_FAILED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int BAD_VERSION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int PROTOCOL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private int errorCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  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 // com.sun.security.ntlm.NTLMException this
        start local 1 // int errorCode
        start local 2 // java.lang.String msg
         0: .line 84
            aload 0 /* this */
            aload 2 /* msg */
            invokespecial java.security.GeneralSecurityException.<init>:(Ljava/lang/String;)V
         1: .line 85
            aload 0 /* this */
            iload 1 /* errorCode */
            putfield com.sun.security.ntlm.NTLMException.errorCode:I
         2: .line 86
            return
        end local 2 // java.lang.String msg
        end local 1 // int errorCode
        end local 0 // com.sun.security.ntlm.NTLMException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/security/ntlm/NTLMException;
            0    3     1  errorCode  I
            0    3     2        msg  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      errorCode  
      msg        

  public int errorCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.security.ntlm.NTLMException this
         0: .line 93
            aload 0 /* this */
            getfield com.sun.security.ntlm.NTLMException.errorCode:I
            ireturn
        end local 0 // com.sun.security.ntlm.NTLMException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/security/ntlm/NTLMException;
}
SourceFile: "NTLMException.java"