Class NoSuchRecordVersionException

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.NoSuchRecordVersionException
All Implemented Interfaces:
Serializable

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

    • NoSuchRecordVersionException

      public NoSuchRecordVersionException()
    • NoSuchRecordVersionException

      public NoSuchRecordVersionException(String msg)
    • NoSuchRecordVersionException

      public NoSuchRecordVersionException(String msg, Throwable throwable)
    • NoSuchRecordVersionException

      public NoSuchRecordVersionException(Throwable throwable)