Class RuntimeSqlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jenkinsci.plugins.pipeline.maven.db.util.RuntimeSqlException
All Implemented Interfaces:
Serializable

public class RuntimeSqlException extends RuntimeException
We prefer RuntimeException to catched exceptions.
Author:
Cyrille Le Clerc
See Also:
  • Constructor Details

    • RuntimeSqlException

      public RuntimeSqlException()
    • RuntimeSqlException

      public RuntimeSqlException(String message)
    • RuntimeSqlException

      public RuntimeSqlException(String message, Throwable cause)
    • RuntimeSqlException

      public RuntimeSqlException(Throwable cause)
    • RuntimeSqlException

      protected RuntimeSqlException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)