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
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
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)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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)
-
-