Liferay 6.0.5

com.liferay.portal.kernel.dao.orm
Class ORMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.liferay.portal.kernel.dao.orm.ORMException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectNotFoundException

public class ORMException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ORMException()
           
ORMException(String msg)
           
ORMException(String msg, Throwable cause)
           
ORMException(Throwable cause)
           
 
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

ORMException

public ORMException()

ORMException

public ORMException(String msg)

ORMException

public ORMException(Throwable cause)

ORMException

public ORMException(String msg,
                    Throwable cause)

Liferay 6.0.5