com.j256.ormlite.misc
Class SqlExceptionUtil

java.lang.Object
  extended by com.j256.ormlite.misc.SqlExceptionUtil

public class SqlExceptionUtil
extends Object

Utility class to help with SQLException throwing.

Author:
graywatson

Method Summary
static SQLException create(String message, Throwable cause)
          Convenience method to allow a cause.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static SQLException create(String message,
                                  Throwable cause)
Convenience method to allow a cause. Grrrr.



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.