public class javax.xml.soap.SOAPException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.xml.soap.SOAPException
  super_class: java.lang.Exception
{
  private java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.xml.soap.SOAPException this
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 54
            aload 0 /* this */
            aconst_null
            putfield javax.xml.soap.SOAPException.cause:Ljava/lang/Throwable;
         2: .line 55
            return
        end local 0 // javax.xml.soap.SOAPException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/xml/soap/SOAPException;

  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 // javax.xml.soap.SOAPException this
        start local 1 // java.lang.String reason
         0: .line 64
            aload 0 /* this */
            aload 1 /* reason */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 65
            aload 0 /* this */
            aconst_null
            putfield javax.xml.soap.SOAPException.cause:Ljava/lang/Throwable;
         2: .line 66
            return
        end local 1 // java.lang.String reason
        end local 0 // javax.xml.soap.SOAPException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljavax/xml/soap/SOAPException;
            0    3     1  reason  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      reason  

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.xml.soap.SOAPException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.Throwable cause
         0: .line 79
            aload 0 /* this */
            aload 1 /* reason */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 80
            aload 0 /* this */
            aload 2 /* cause */
            invokevirtual javax.xml.soap.SOAPException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 81
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String reason
        end local 0 // javax.xml.soap.SOAPException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljavax/xml/soap/SOAPException;
            0    3     1  reason  Ljava/lang/String;
            0    3     2   cause  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      reason  
      cause   

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.xml.soap.SOAPException this
        start local 1 // java.lang.Throwable cause
         0: .line 91
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 92
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual javax.xml.soap.SOAPException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 93
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // javax.xml.soap.SOAPException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/xml/soap/SOAPException;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javax.xml.soap.SOAPException this
         0: .line 111
            aload 0 /* this */
            invokespecial java.lang.Exception.getMessage:()Ljava/lang/String;
            astore 1 /* message */
        start local 1 // java.lang.String message
         1: .line 112
            aload 1 /* message */
            ifnonnull 3
            aload 0 /* this */
            getfield javax.xml.soap.SOAPException.cause:Ljava/lang/Throwable;
            ifnull 3
         2: .line 113
            aload 0 /* this */
            getfield javax.xml.soap.SOAPException.cause:Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            areturn
         3: .line 115
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* message */
            areturn
        end local 1 // java.lang.String message
        end local 0 // javax.xml.soap.SOAPException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljavax/xml/soap/SOAPException;
            1    4     1  message  Ljava/lang/String;

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.xml.soap.SOAPException this
         0: .line 130
            aload 0 /* this */
            getfield javax.xml.soap.SOAPException.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // javax.xml.soap.SOAPException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/xml/soap/SOAPException;

  public synchronized java.lang.Throwable initCause(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/Throwable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.xml.soap.SOAPException this
        start local 1 // java.lang.Throwable cause
         0: .line 161
            aload 0 /* this */
            getfield javax.xml.soap.SOAPException.cause:Ljava/lang/Throwable;
            ifnull 2
         1: .line 162
            new java.lang.IllegalStateException
            dup
            ldc "Can't override cause"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 164
      StackMap locals:
      StackMap stack:
            aload 1 /* cause */
            aload 0 /* this */
            if_acmpne 4
         3: .line 165
            new java.lang.IllegalArgumentException
            dup
            ldc "Self-causation not permitted"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cause */
            putfield javax.xml.soap.SOAPException.cause:Ljava/lang/Throwable;
         5: .line 169
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Throwable cause
        end local 0 // javax.xml.soap.SOAPException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavax/xml/soap/SOAPException;
            0    6     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "SOAPException.java"