Class Overview
A SQLExceptionConverter implementation specific to Caché SQL,
 accounting for its custom integrity constraint violation error codes.
 
Public Constructors
Public Methods
 
    
      
    
      
  Convert the given SQLException into Hibernate's JDBCException hierarchy.
 
  
      Parameters
      
        
          | sqlException
           | The SQLException to be converted. | 
        
        
          | message
           | An optional error message. | 
        
        
          | sql
           | Optionally, the sql being performed when the exception occurred. | 
        
      
   
  
      Returns
      - The resulting JDBCException.
 
   
     
 
Protected Methods
 
    
      
    
      
  Handle an exception not converted to a specific type based on the SQLState.
 
  
      Parameters
      
        
          | sqlException
           | The exception to be handled. | 
        
        
          | message
           | An optional message | 
        
        
          | sql
           | Optionally, the sql being performed when the exception occurred. | 
        
      
   
  
      Returns
      - The converted exception; should never be null.