Interface ExceptionConverter

All Known Subinterfaces:
JakartaDataDeleteExceptionConverter, JakartaDataExceptionConverter, JakartaDataInsertExceptionConverter, JakartaDataUpdateExceptionConverter

public interface ExceptionConverter
The exception converter.
Since:
4.13
Author:
Denis Stepanov
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull Exception
    convert(@NonNull Exception exception)
    Converts the exception.
  • Method Details

    • convert

      @NonNull @NonNull Exception convert(@NonNull @NonNull Exception exception)
      Converts the exception.
      Parameters:
      exception - The exception to convert
      Returns:
      The converted exception