Class ORMException

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

public class ORMException extends RuntimeException
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • ORMException

      public ORMException()
    • ORMException

      public ORMException(String msg)
    • ORMException

      public ORMException(String msg, Throwable throwable)
    • ORMException

      public ORMException(Throwable throwable)