org.apache.ibatis.exceptions
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ibatis.exceptions.IbatisException
org.apache.ibatis.exceptions.PersistenceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BindingException, BuilderException, CacheException, DataSourceException, ExecutorException, LogException, ParsingException, PluginException, ReflectionException, SqlMapperException, SqlSessionException, TooManyResultsException, TransactionException, TypeException
public class PersistenceException
- extends IbatisException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PersistenceException
public PersistenceException()
PersistenceException
public PersistenceException(String message)
PersistenceException
public PersistenceException(String message,
Throwable cause)
PersistenceException
public PersistenceException(Throwable cause)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.