public class org.hibernate.exception.ConstraintViolationException extends org.hibernate.JDBCException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.exception.ConstraintViolationException
  super_class: org.hibernate.JDBCException
{
  private java.lang.String constraintName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, java.sql.SQLException, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/sql/SQLException;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.hibernate.exception.ConstraintViolationException this
        start local 1 // java.lang.String message
        start local 2 // java.sql.SQLException root
        start local 3 // java.lang.String constraintName
         0: .line 41
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* root */
            invokespecial org.hibernate.JDBCException.<init>:(Ljava/lang/String;Ljava/sql/SQLException;)V
         1: .line 42
            aload 0 /* this */
            aload 3 /* constraintName */
            putfield org.hibernate.exception.ConstraintViolationException.constraintName:Ljava/lang/String;
         2: .line 43
            return
        end local 3 // java.lang.String constraintName
        end local 2 // java.sql.SQLException root
        end local 1 // java.lang.String message
        end local 0 // org.hibernate.exception.ConstraintViolationException this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/hibernate/exception/ConstraintViolationException;
            0    3     1         message  Ljava/lang/String;
            0    3     2            root  Ljava/sql/SQLException;
            0    3     3  constraintName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      message         
      root            
      constraintName  

  public void <init>(java.lang.String, java.sql.SQLException, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/sql/SQLException;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.hibernate.exception.ConstraintViolationException this
        start local 1 // java.lang.String message
        start local 2 // java.sql.SQLException root
        start local 3 // java.lang.String sql
        start local 4 // java.lang.String constraintName
         0: .line 46
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* root */
            aload 3 /* sql */
            invokespecial org.hibernate.JDBCException.<init>:(Ljava/lang/String;Ljava/sql/SQLException;Ljava/lang/String;)V
         1: .line 47
            aload 0 /* this */
            aload 4 /* constraintName */
            putfield org.hibernate.exception.ConstraintViolationException.constraintName:Ljava/lang/String;
         2: .line 48
            return
        end local 4 // java.lang.String constraintName
        end local 3 // java.lang.String sql
        end local 2 // java.sql.SQLException root
        end local 1 // java.lang.String message
        end local 0 // org.hibernate.exception.ConstraintViolationException this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/hibernate/exception/ConstraintViolationException;
            0    3     1         message  Ljava/lang/String;
            0    3     2            root  Ljava/sql/SQLException;
            0    3     3             sql  Ljava/lang/String;
            0    3     4  constraintName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      message         
      root            
      sql             
      constraintName  

  public java.lang.String getConstraintName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.exception.ConstraintViolationException this
         0: .line 56
            aload 0 /* this */
            getfield org.hibernate.exception.ConstraintViolationException.constraintName:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.exception.ConstraintViolationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/exception/ConstraintViolationException;
}
SourceFile: "ConstraintViolationException.java"