public class io.vertx.serviceproxy.ServiceException extends io.vertx.core.eventbus.ReplyException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.serviceproxy.ServiceException
  super_class: io.vertx.core.eventbus.ReplyException
{
  private final io.vertx.core.json.JsonObject debugInfo;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.serviceproxy.ServiceException this
        start local 1 // int failureCode
        start local 2 // java.lang.String message
         0: .line 25
            aload 0 /* this */
            iload 1 /* failureCode */
            aload 2 /* message */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            invokespecial io.vertx.serviceproxy.ServiceException.<init>:(ILjava/lang/String;Lio/vertx/core/json/JsonObject;)V
         1: .line 26
            return
        end local 2 // java.lang.String message
        end local 1 // int failureCode
        end local 0 // io.vertx.serviceproxy.ServiceException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/serviceproxy/ServiceException;
            0    2     1  failureCode  I
            0    2     2      message  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      failureCode  
      message      

  public void <init>(int, java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (ILjava/lang/String;Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.serviceproxy.ServiceException this
        start local 1 // int failureCode
        start local 2 // java.lang.String message
        start local 3 // io.vertx.core.json.JsonObject debugInfo
         0: .line 29
            aload 0 /* this */
            getstatic io.vertx.core.eventbus.ReplyFailure.RECIPIENT_FAILURE:Lio/vertx/core/eventbus/ReplyFailure;
            iload 1 /* failureCode */
            aload 2 /* message */
            invokespecial io.vertx.core.eventbus.ReplyException.<init>:(Lio/vertx/core/eventbus/ReplyFailure;ILjava/lang/String;)V
         1: .line 30
            aload 0 /* this */
            aload 3 /* debugInfo */
            putfield io.vertx.serviceproxy.ServiceException.debugInfo:Lio/vertx/core/json/JsonObject;
         2: .line 32
            return
        end local 3 // io.vertx.core.json.JsonObject debugInfo
        end local 2 // java.lang.String message
        end local 1 // int failureCode
        end local 0 // io.vertx.serviceproxy.ServiceException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/vertx/serviceproxy/ServiceException;
            0    3     1  failureCode  I
            0    3     2      message  Ljava/lang/String;
            0    3     3    debugInfo  Lio/vertx/core/json/JsonObject;
    MethodParameters:
             Name  Flags
      failureCode  
      message      
      debugInfo    

  public io.vertx.core.json.JsonObject getDebugInfo();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.serviceproxy.ServiceException this
         0: .line 40
            aload 0 /* this */
            getfield io.vertx.serviceproxy.ServiceException.debugInfo:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.serviceproxy.ServiceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/serviceproxy/ServiceException;

  public static <T> io.vertx.core.AsyncResult<T> fail(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/core/AsyncResult;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int failureCode
        start local 1 // java.lang.String message
         0: .line 52
            new io.vertx.serviceproxy.ServiceException
            dup
            iload 0 /* failureCode */
            aload 1 /* message */
            invokespecial io.vertx.serviceproxy.ServiceException.<init>:(ILjava/lang/String;)V
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
        end local 1 // java.lang.String message
        end local 0 // int failureCode
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  failureCode  I
            0    1     1      message  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(ILjava/lang/String;)Lio/vertx/core/AsyncResult<TT;>;
    MethodParameters:
             Name  Flags
      failureCode  
      message      

  public static <T> io.vertx.core.AsyncResult<T> fail(int, java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (ILjava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/AsyncResult;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // int failureCode
        start local 1 // java.lang.String message
        start local 2 // io.vertx.core.json.JsonObject debugInfo
         0: .line 66
            new io.vertx.serviceproxy.ServiceException
            dup
            iload 0 /* failureCode */
            aload 1 /* message */
            aload 2 /* debugInfo */
            invokespecial io.vertx.serviceproxy.ServiceException.<init>:(ILjava/lang/String;Lio/vertx/core/json/JsonObject;)V
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.json.JsonObject debugInfo
        end local 1 // java.lang.String message
        end local 0 // int failureCode
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  failureCode  I
            0    1     1      message  Ljava/lang/String;
            0    1     2    debugInfo  Lio/vertx/core/json/JsonObject;
    Signature: <T:Ljava/lang/Object;>(ILjava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/AsyncResult<TT;>;
    MethodParameters:
             Name  Flags
      failureCode  
      message      
      debugInfo    
}
SourceFile: "ServiceException.java"