Package org.apache.ibatis.exceptions
Class IbatisException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.ibatis.exceptions.IbatisException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 PersistenceException
@Deprecated public class IbatisException extends RuntimeException
Deprecated.- Author:
 - Clinton Begin
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description IbatisException()Deprecated.IbatisException(String message)Deprecated.IbatisException(String message, Throwable cause)Deprecated.IbatisException(Throwable cause)Deprecated. 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -