public class com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException extends com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException
  super_class: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException this
         0: .line 36
            aload 0 /* this */
            invokespecial com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl.<init>:()V
         1: .line 37
            return
        end local 0 // com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/messaging/saaj/soap/SOAPVersionMismatchException;

  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 // com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException this
        start local 1 // java.lang.String reason
         0: .line 46
            aload 0 /* this */
            aload 1 /* reason */
            invokespecial com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl.<init>:(Ljava/lang/String;)V
         1: .line 47
            return
        end local 1 // java.lang.String reason
        end local 0 // com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/xml/internal/messaging/saaj/soap/SOAPVersionMismatchException;
            0    2     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=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.Throwable cause
         0: .line 60
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* cause */
            invokespecial com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 61
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String reason
        end local 0 // com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/xml/internal/messaging/saaj/soap/SOAPVersionMismatchException;
            0    2     1  reason  Ljava/lang/String;
            0    2     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 // com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException this
        start local 1 // java.lang.Throwable cause
         0: .line 71
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl.<init>:(Ljava/lang/Throwable;)V
         1: .line 72
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // com.sun.xml.internal.messaging.saaj.soap.SOAPVersionMismatchException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/xml/internal/messaging/saaj/soap/SOAPVersionMismatchException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "SOAPVersionMismatchException.java"