org.apache.ibatis.session
Class SqlSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.ibatis.exceptions.IbatisException
                  extended by org.apache.ibatis.exceptions.PersistenceException
                      extended by org.apache.ibatis.session.SqlSessionException
All Implemented Interfaces:
Serializable

public class SqlSessionException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
SqlSessionException()
           
SqlSessionException(String message)
           
SqlSessionException(String message, Throwable cause)
           
SqlSessionException(Throwable cause)
           
 
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

SqlSessionException

public SqlSessionException()

SqlSessionException

public SqlSessionException(String message)

SqlSessionException

public SqlSessionException(String message,
                           Throwable cause)

SqlSessionException

public SqlSessionException(Throwable cause)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.