Liferay 6.0.5

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

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
                  extended by com.liferay.portal.kernel.dao.orm.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException
extends ORMException

See Also:
Serialized Form

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

ObjectNotFoundException

public ObjectNotFoundException()

ObjectNotFoundException

public ObjectNotFoundException(String msg)

ObjectNotFoundException

public ObjectNotFoundException(Throwable cause)

ObjectNotFoundException

public ObjectNotFoundException(String msg,
                               Throwable cause)

Liferay 6.0.5