Class WrappedQueryExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.chojo.sqlutil.wrapper.exception.WrappedQueryExecutionException
All Implemented Interfaces:
Serializable

public class WrappedQueryExecutionException extends RuntimeException
Exception to wrap Exception as RuntimeException thrown during queries executed by QueryBuilder
See Also:
  • Constructor Details

    • WrappedQueryExecutionException

      public WrappedQueryExecutionException(String message)
  • Method Details