com.j256.ormlite.misc
Class SqlExceptionUtil
java.lang.Object
com.j256.ormlite.misc.SqlExceptionUtil
public class SqlExceptionUtil
- extends Object
Utility class to help with SQLException throwing.
- Author:
- graywatson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static SQLException create(String message,
Throwable cause)
- Convenience method to allow a cause. Grrrr.
Copyright © 2011. All Rights Reserved.