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
public class PersistenceException extends IbatisException
- Author:
- Clinton Begin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException()PersistenceException(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
-
-