public interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.ExceptionMapper extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.resource.transaction.backend.jta.internal.synchronization.ExceptionMapper
  super_class: java.lang.Object
{
  public abstract java.lang.RuntimeException mapStatusCheckFailure(java.lang.String, javax.transaction.SystemException, org.hibernate.engine.spi.SessionImplementor);
    descriptor: (Ljava/lang/String;Ljavax/transaction/SystemException;Lorg/hibernate/engine/spi/SessionImplementor;)Ljava/lang/RuntimeException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      message             
      systemException     
      sessionImplementor  

  public abstract java.lang.RuntimeException mapManagedFlushFailure(java.lang.String, java.lang.RuntimeException, org.hibernate.engine.spi.SessionImplementor);
    descriptor: (Ljava/lang/String;Ljava/lang/RuntimeException;Lorg/hibernate/engine/spi/SessionImplementor;)Ljava/lang/RuntimeException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      message  
      failure  
      session  
}
SourceFile: "ExceptionMapper.java"