public class com.microsoft.azure.management.graphrbac.GraphErrorException extends com.microsoft.rest.RestException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.graphrbac.GraphErrorException
  super_class: com.microsoft.rest.RestException
{
  public void <init>(java.lang.String, retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Ljava/lang/String;Lretrofit2/Response;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.graphrbac.GraphErrorException this
        start local 1 // java.lang.String message
        start local 2 // retrofit2.Response response
         0: .line 26
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* response */
            invokespecial com.microsoft.rest.RestException.<init>:(Ljava/lang/String;Lretrofit2/Response;)V
         1: .line 27
            return
        end local 2 // retrofit2.Response response
        end local 1 // java.lang.String message
        end local 0 // com.microsoft.azure.management.graphrbac.GraphErrorException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/graphrbac/GraphErrorException;
            0    2     1   message  Ljava/lang/String;
            0    2     2  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Signature: (Ljava/lang/String;Lretrofit2/Response<Lokhttp3/ResponseBody;>;)V
    MethodParameters:
          Name  Flags
      message   final
      response  final

  public void <init>(java.lang.String, retrofit2.Response<okhttp3.ResponseBody>, com.microsoft.azure.management.graphrbac.GraphError);
    descriptor: (Ljava/lang/String;Lretrofit2/Response;Lcom/microsoft/azure/management/graphrbac/GraphError;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.graphrbac.GraphErrorException this
        start local 1 // java.lang.String message
        start local 2 // retrofit2.Response response
        start local 3 // com.microsoft.azure.management.graphrbac.GraphError body
         0: .line 37
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* response */
            aload 3 /* body */
            invokespecial com.microsoft.rest.RestException.<init>:(Ljava/lang/String;Lretrofit2/Response;Ljava/lang/Object;)V
         1: .line 38
            return
        end local 3 // com.microsoft.azure.management.graphrbac.GraphError body
        end local 2 // retrofit2.Response response
        end local 1 // java.lang.String message
        end local 0 // com.microsoft.azure.management.graphrbac.GraphErrorException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/graphrbac/GraphErrorException;
            0    2     1   message  Ljava/lang/String;
            0    2     2  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
            0    2     3      body  Lcom/microsoft/azure/management/graphrbac/GraphError;
    Signature: (Ljava/lang/String;Lretrofit2/Response<Lokhttp3/ResponseBody;>;Lcom/microsoft/azure/management/graphrbac/GraphError;)V
    MethodParameters:
          Name  Flags
      message   final
      response  final
      body      final

  public com.microsoft.azure.management.graphrbac.GraphError body();
    descriptor: ()Lcom/microsoft/azure/management/graphrbac/GraphError;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.graphrbac.GraphErrorException this
         0: .line 42
            aload 0 /* this */
            invokespecial com.microsoft.rest.RestException.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.graphrbac.GraphError
            areturn
        end local 0 // com.microsoft.azure.management.graphrbac.GraphErrorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/graphrbac/GraphErrorException;

  public java.lang.Object body();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.graphrbac.GraphErrorException.body:()Lcom/microsoft/azure/management/graphrbac/GraphError;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "GraphErrorException.java"