public class org.eclipse.jgit.transport.ServiceMayNotContinueException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.transport.ServiceMayNotContinueException
  super_class: java.io.IOException
{
  private static final int FORBIDDEN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 403

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final int statusCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean output;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
         0: .line 32
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
         1: .line 34
            aload 0 /* this */
            sipush 403
            putfield org.eclipse.jgit.transport.ServiceMayNotContinueException.statusCode:I
         2: .line 35
            return
        end local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/transport/ServiceMayNotContinueException;

  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 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
        start local 1 // java.lang.String msg
         0: .line 45
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 46
            aload 0 /* this */
            sipush 403
            putfield org.eclipse.jgit.transport.ServiceMayNotContinueException.statusCode:I
         2: .line 47
            return
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/transport/ServiceMayNotContinueException;
            0    3     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
        start local 1 // java.lang.String msg
        start local 2 // int statusCode
         0: .line 60
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
         1: .line 61
            aload 0 /* this */
            iload 2 /* statusCode */
            putfield org.eclipse.jgit.transport.ServiceMayNotContinueException.statusCode:I
         2: .line 62
            return
        end local 2 // int statusCode
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jgit/transport/ServiceMayNotContinueException;
            0    3     1         msg  Ljava/lang/String;
            0    3     2  statusCode  I
    MethodParameters:
            Name  Flags
      msg         
      statusCode  

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
         0: .line 75
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* cause */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 76
            aload 0 /* this */
            sipush 403
            putfield org.eclipse.jgit.transport.ServiceMayNotContinueException.statusCode:I
         2: .line 77
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jgit/transport/ServiceMayNotContinueException;
            0    3     1    msg  Ljava/lang/String;
            0    3     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      msg    
      cause  

  public void <init>(java.lang.String, java.lang.Throwable, int);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
        start local 3 // int statusCode
         0: .line 93
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* cause */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 94
            aload 0 /* this */
            iload 3 /* statusCode */
            putfield org.eclipse.jgit.transport.ServiceMayNotContinueException.statusCode:I
         2: .line 95
            return
        end local 3 // int statusCode
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jgit/transport/ServiceMayNotContinueException;
            0    3     1         msg  Ljava/lang/String;
            0    3     2       cause  Ljava/lang/Throwable;
            0    3     3  statusCode  I
    MethodParameters:
            Name  Flags
      msg         
      cause       
      statusCode  

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
        start local 1 // java.lang.Throwable cause
         0: .line 105
            aload 0 /* this */
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.internalServerError:Ljava/lang/String;
            aload 1 /* cause */
            invokespecial org.eclipse.jgit.transport.ServiceMayNotContinueException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 106
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jgit/transport/ServiceMayNotContinueException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public boolean isOutput();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ServiceMayNotContinueException.output:Z
            ireturn
        end local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/ServiceMayNotContinueException;

  public void setOutput();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
         0: .line 121
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.transport.ServiceMayNotContinueException.output:Z
         1: .line 122
            return
        end local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/ServiceMayNotContinueException;

  public int getStatusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
         0: .line 131
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ServiceMayNotContinueException.statusCode:I
            ireturn
        end local 0 // org.eclipse.jgit.transport.ServiceMayNotContinueException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/ServiceMayNotContinueException;
}
SourceFile: "ServiceMayNotContinueException.java"