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:
Serializable
- Direct Known Subclasses:
BindingException
,BuilderException
,CacheException
,DataSourceException
,ExecutorException
,LogException
,ParsingException
,PluginException
,ReflectionException
,ResultMapException
,ScriptingException
,SqlSessionException
,TooManyResultsException
,TransactionException
,TypeException
- Author:
- Clinton Begin
- See Also:
-
Constructor Summary
ConstructorDescriptionPersistenceException
(String message) PersistenceException
(String message, Throwable cause) PersistenceException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersistenceException
public PersistenceException() -
PersistenceException
-
PersistenceException
-
PersistenceException
-