public class org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException extends org.springframework.orm.ObjectOptimisticLockingFailureException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
  super_class: org.springframework.orm.ObjectOptimisticLockingFailureException
{
  public void <init>(StaleObjectStateException);
    descriptor: (LStaleObjectStateException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tStaleObjectStateException cannot be resolved to a type\n\tStaleStateException cannot be resolved to a type\n\tOptimisticEntityLockException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/HibernateOptimisticLockingFailureException;
    MethodParameters:
      Name  Flags
      ex    

  public void <init>(StaleStateException);
    descriptor: (LStaleStateException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tStaleObjectStateException cannot be resolved to a type\n\tStaleStateException cannot be resolved to a type\n\tOptimisticEntityLockException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/HibernateOptimisticLockingFailureException;
    MethodParameters:
      Name  Flags
      ex    

  public void <init>(OptimisticEntityLockException);
    descriptor: (LOptimisticEntityLockException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tStaleObjectStateException cannot be resolved to a type\n\tStaleStateException cannot be resolved to a type\n\tOptimisticEntityLockException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/HibernateOptimisticLockingFailureException;
    MethodParameters:
      Name  Flags
      ex    
}
SourceFile: "HibernateOptimisticLockingFailureException.java"