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.
@Deprecated
public class IbatisException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IbatisException
public IbatisException()
- Deprecated.
IbatisException
public IbatisException(String message)
- Deprecated.
IbatisException
public IbatisException(String message,
Throwable cause)
- Deprecated.
IbatisException
public IbatisException(Throwable cause)
- Deprecated.
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.