public class Helper extends Object
| Modifier and Type | Method and Description |
|---|---|
SQLException |
createException(String message) |
SQLException |
createException(String message,
Exception e) |
RuntimeException |
todo() |
SQLException |
toSQLException(SQLException exception) |
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)
public SQLException toSQLException(SQLException exception)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.