Package 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:
java.io.Serializable
- Direct Known Subclasses:
BindingException
,BuilderException
,CacheException
,DataSourceException
,ExecutorException
,LogException
,ParsingException
,PluginException
,ReflectionException
,ResultMapException
,ScriptingException
,SqlSessionException
,TooManyResultsException
,TransactionException
,TypeException
public class PersistenceException extends IbatisException
- Author:
- Clinton Begin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException()
PersistenceException(java.lang.String message)
PersistenceException(java.lang.String message, java.lang.Throwable cause)
PersistenceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
PersistenceException
public PersistenceException()
-
PersistenceException
public PersistenceException(java.lang.String message)
-
PersistenceException
public PersistenceException(java.lang.String message, java.lang.Throwable cause)
-
PersistenceException
public PersistenceException(java.lang.Throwable cause)
-
-