Class ORMException
Object
Throwable
Exception
RuntimeException
com.liferay.portal.kernel.dao.orm.ORMException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ObjectNotFoundException
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionORMException
(String msg) ORMException
(String msg, Throwable throwable) ORMException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ORMException
public ORMException() -
ORMException
-
ORMException
-
ORMException
-