Class RuntimeJdbcException

All Implemented Interfaces:
Serializable

public class RuntimeJdbcException extends RuntimeException
Converts SQLException to unchecked exception.
See Also:
  • Constructor Details

    • RuntimeJdbcException

      public RuntimeJdbcException(String message)
      Message-only exception.
      Parameters:
      message - The message of exception
    • RuntimeJdbcException

      public RuntimeJdbcException(Exception cause)
      Wraps Exception to unchecked exception.
      Parameters:
      cause - The original Exception