public class com.caucho.burlap.io.BurlapServiceException extends com.caucho.hessian.io.HessianServiceException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.caucho.burlap.io.BurlapServiceException
  super_class: com.caucho.hessian.io.HessianServiceException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.burlap.io.BurlapServiceException this
         0: .line 61
            aload 0 /* this */
            invokespecial com.caucho.hessian.io.HessianServiceException.<init>:()V
         1: .line 63
            return
        end local 0 // com.caucho.burlap.io.BurlapServiceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/caucho/burlap/io/BurlapServiceException;

  public void <init>(java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.caucho.burlap.io.BurlapServiceException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.String code
        start local 3 // java.lang.Object detail
         0: .line 70
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* code */
            aload 3 /* detail */
            invokespecial com.caucho.hessian.io.HessianServiceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 71
            return
        end local 3 // java.lang.Object detail
        end local 2 // java.lang.String code
        end local 1 // java.lang.String message
        end local 0 // com.caucho.burlap.io.BurlapServiceException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/caucho/burlap/io/BurlapServiceException;
            0    2     1  message  Ljava/lang/String;
            0    2     2     code  Ljava/lang/String;
            0    2     3   detail  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      message  
      code     
      detail   
}
SourceFile: "BurlapServiceException.java"