public class com.sun.tools.internal.ws.wsdl.document.jaxws.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.internal.ws.wsdl.document.jaxws.Exception
  super_class: java.lang.Object
{
  private com.sun.tools.internal.ws.wsdl.document.jaxws.CustomName className;
    descriptor: Lcom/sun/tools/internal/ws/wsdl/document/jaxws/CustomName;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.wsdl.document.jaxws.Exception this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.internal.ws.wsdl.document.jaxws.Exception this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/wsdl/document/jaxws/Exception;

  public void <init>(com.sun.tools.internal.ws.wsdl.document.jaxws.CustomName);
    descriptor: (Lcom/sun/tools/internal/ws/wsdl/document/jaxws/CustomName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.ws.wsdl.document.jaxws.Exception this
        start local 1 // com.sun.tools.internal.ws.wsdl.document.jaxws.CustomName name
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* name */
            putfield com.sun.tools.internal.ws.wsdl.document.jaxws.Exception.className:Lcom/sun/tools/internal/ws/wsdl/document/jaxws/CustomName;
         2: .line 40
            return
        end local 1 // com.sun.tools.internal.ws.wsdl.document.jaxws.CustomName name
        end local 0 // com.sun.tools.internal.ws.wsdl.document.jaxws.Exception this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/internal/ws/wsdl/document/jaxws/Exception;
            0    3     1  name  Lcom/sun/tools/internal/ws/wsdl/document/jaxws/CustomName;
    MethodParameters:
      Name  Flags
      name  

  public com.sun.tools.internal.ws.wsdl.document.jaxws.CustomName getClassName();
    descriptor: ()Lcom/sun/tools/internal/ws/wsdl/document/jaxws/CustomName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.wsdl.document.jaxws.Exception this
         0: .line 47
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.wsdl.document.jaxws.Exception.className:Lcom/sun/tools/internal/ws/wsdl/document/jaxws/CustomName;
            areturn
        end local 0 // com.sun.tools.internal.ws.wsdl.document.jaxws.Exception this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/wsdl/document/jaxws/Exception;

  public void setClassName(com.sun.tools.internal.ws.wsdl.document.jaxws.CustomName);
    descriptor: (Lcom/sun/tools/internal/ws/wsdl/document/jaxws/CustomName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.ws.wsdl.document.jaxws.Exception this
        start local 1 // com.sun.tools.internal.ws.wsdl.document.jaxws.CustomName className
         0: .line 53
            aload 0 /* this */
            aload 1 /* className */
            putfield com.sun.tools.internal.ws.wsdl.document.jaxws.Exception.className:Lcom/sun/tools/internal/ws/wsdl/document/jaxws/CustomName;
         1: .line 54
            return
        end local 1 // com.sun.tools.internal.ws.wsdl.document.jaxws.CustomName className
        end local 0 // com.sun.tools.internal.ws.wsdl.document.jaxws.Exception this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/tools/internal/ws/wsdl/document/jaxws/Exception;
            0    2     1  className  Lcom/sun/tools/internal/ws/wsdl/document/jaxws/CustomName;
    MethodParameters:
           Name  Flags
      className  
}
SourceFile: "Exception.java"