Class NoSuchRecordSetException

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

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

    • NoSuchRecordSetException

      public NoSuchRecordSetException()
    • NoSuchRecordSetException

      public NoSuchRecordSetException(String msg)
    • NoSuchRecordSetException

      public NoSuchRecordSetException(String msg, Throwable throwable)
    • NoSuchRecordSetException

      public NoSuchRecordSetException(Throwable throwable)