Class 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:
  • Constructor Details

    • PersistenceException

      public PersistenceException()
    • PersistenceException

      public PersistenceException(String message)
    • PersistenceException

      public PersistenceException(String message, Throwable cause)
    • PersistenceException

      public PersistenceException(Throwable cause)