Class NoSuchRecordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.NoSuchModelException
com.liferay.dynamic.data.lists.exception.NoSuchRecordException
All Implemented Interfaces:
Serializable

public class NoSuchRecordException extends com.liferay.portal.kernel.exception.NoSuchModelException
Thrown when the system is unable to find a required DDL Record.
See Also:
  • Constructor Details

    • NoSuchRecordException

      public NoSuchRecordException()
    • NoSuchRecordException

      public NoSuchRecordException(String msg)
    • NoSuchRecordException

      public NoSuchRecordException(String msg, Throwable throwable)
    • NoSuchRecordException

      public NoSuchRecordException(Throwable throwable)