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.
- Author:
- Clinton Begin
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.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
-
Constructor Details
-
IbatisException
public IbatisException()Deprecated. -
IbatisException
Deprecated. -
IbatisException
Deprecated. -
IbatisException
Deprecated.
-