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 SummaryConstructorsConstructorDescriptionPersistenceException(String message) PersistenceException(String message, Throwable cause) PersistenceException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PersistenceExceptionpublic PersistenceException()
- 
PersistenceException
- 
PersistenceException
- 
PersistenceException
 
-