public class com.sun.jmx.snmp.daemon.CommunicationException extends javax.management.JMRuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.snmp.daemon.CommunicationException
  super_class: javax.management.JMRuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2499186113233316177

  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.jmx.snmp.daemon.CommunicationException this
        start local 1 // java.lang.Throwable target
         0: .line 50
            aload 0 /* this */
            aload 1 /* target */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokespecial javax.management.JMRuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 51
            aload 0 /* this */
            aload 1 /* target */
            invokevirtual com.sun.jmx.snmp.daemon.CommunicationException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 52
            return
        end local 1 // java.lang.Throwable target
        end local 0 // com.sun.jmx.snmp.daemon.CommunicationException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/jmx/snmp/daemon/CommunicationException;
            0    3     1  target  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      target  

  public void <init>(java.lang.Throwable, java.lang.String);
    descriptor: (Ljava/lang/Throwable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.CommunicationException this
        start local 1 // java.lang.Throwable target
        start local 2 // java.lang.String msg
         0: .line 59
            aload 0 /* this */
            aload 2 /* msg */
            invokespecial javax.management.JMRuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 60
            aload 0 /* this */
            aload 1 /* target */
            invokevirtual com.sun.jmx.snmp.daemon.CommunicationException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 61
            return
        end local 2 // java.lang.String msg
        end local 1 // java.lang.Throwable target
        end local 0 // com.sun.jmx.snmp.daemon.CommunicationException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/jmx/snmp/daemon/CommunicationException;
            0    3     1  target  Ljava/lang/Throwable;
            0    3     2     msg  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      target  
      msg     

  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.jmx.snmp.daemon.CommunicationException this
        start local 1 // java.lang.String msg
         0: .line 67
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial javax.management.JMRuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 68
            return
        end local 1 // java.lang.String msg
        end local 0 // com.sun.jmx.snmp.daemon.CommunicationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jmx/snmp/daemon/CommunicationException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public java.lang.Throwable getTargetException();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.CommunicationException this
         0: .line 74
            aload 0 /* this */
            invokevirtual com.sun.jmx.snmp.daemon.CommunicationException.getCause:()Ljava/lang/Throwable;
            areturn
        end local 0 // com.sun.jmx.snmp.daemon.CommunicationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/CommunicationException;
}
SourceFile: "CommunicationException.java"