net.sqlind
Class SQLQueryMapper.SQLMapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sqlind.SQLQueryMapper.SQLMapperException
All Implemented Interfaces:
Serializable
Enclosing class:
SQLQueryMapper

public class SQLQueryMapper.SQLMapperException
extends Exception

Generic exception throws by the API.

See Also:
Serialized Form

Constructor Summary
SQLQueryMapper.SQLMapperException(String msg)
           
SQLQueryMapper.SQLMapperException(String msg, Throwable originalException)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLQueryMapper.SQLMapperException

public SQLQueryMapper.SQLMapperException(String msg,
                                         Throwable originalException)

SQLQueryMapper.SQLMapperException

public SQLQueryMapper.SQLMapperException(String msg)


Copyright © 2012. All Rights Reserved.