public class Helper extends Object
Modifier and Type | Method and Description |
---|---|
SQLClientInfoException |
clientInfo() |
SQLException |
closed() |
SQLException |
createException(String message) |
SQLException |
createException(String message,
Exception e) |
SQLException |
createException(String message,
String sql,
Exception e) |
RuntimeException |
todo() |
SQLException |
toSQLException(SQLException exception) |
SQLException |
unsupported() |
RuntimeException |
wrap(String message,
Exception e) |
public static final Helper INSTANCE
public RuntimeException todo()
public RuntimeException wrap(String message, Exception e)
public SQLException createException(String message, Exception e)
public SQLException createException(String message, String sql, Exception e)
public SQLException createException(String message)
public SQLException toSQLException(SQLException exception)
public SQLException closed()
public SQLException unsupported()
public SQLClientInfoException clientInfo()
Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.