org.apache.ibatis.exceptions
Class IbatisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.ibatis.exceptions.IbatisException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PersistenceException

Deprecated.

@Deprecated
public class IbatisException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.