Class RuntimeSqlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.registry.storage.impl.sql.jdb.RuntimeSqlException
-
- All Implemented Interfaces:
Serializable
public class RuntimeSqlException extends RuntimeException
- Author:
- eric.wittmann@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeSqlException()RuntimeSqlException(String message)RuntimeSqlException(String message, SQLException cause)RuntimeSqlException(SQLException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeSqlException
public RuntimeSqlException()
-
RuntimeSqlException
public RuntimeSqlException(String message)
-
RuntimeSqlException
public RuntimeSqlException(String message, SQLException cause)
-
RuntimeSqlException
public RuntimeSqlException(SQLException cause)
-
-