Liferay 6.2-ce-ga5

com.liferay.portal
Class NoSuchModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.NoSuchModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchAccountException, NoSuchActionException, NoSuchActivityAchievementException, NoSuchActivityCounterException, NoSuchActivityException, NoSuchActivityLimitException, NoSuchActivitySetException, NoSuchActivitySettingException, NoSuchAddressException, NoSuchArticleException, NoSuchArticleImageException, NoSuchArticleResourceException, NoSuchBackgroundTaskException, NoSuchBanException, NoSuchBrowserTrackerException, NoSuchCartException, NoSuchCategoryException, NoSuchCategoryException, NoSuchCategoryException, NoSuchCategoryPropertyException, NoSuchChoiceException, NoSuchClassNameException, NoSuchClusterGroupException, NoSuchColumnException, NoSuchCompanyException, NoSuchContactException, NoSuchContentException, NoSuchContentException, NoSuchContentSearchException, NoSuchCounterException, NoSuchCountryException, NoSuchCouponException, NoSuchDeliveryException, NoSuchDirectoryException, NoSuchDiscussionException, NoSuchEmailAddressException, NoSuchEntryException, NoSuchEntryException, NoSuchEntryException, NoSuchEntryException, NoSuchEntryException, NoSuchEntryException, NoSuchEventException, NoSuchFeedException, NoSuchFileEntryException, NoSuchFileEntryMetadataException, NoSuchFileEntryTypeException, NoSuchFileException, NoSuchFileRankException, NoSuchFileShortcutException, NoSuchFileVersionException, NoSuchFlagException, NoSuchFolderException, NoSuchFolderException, NoSuchFolderException, NoSuchFrameworkVersionException, NoSuchGroupException, NoSuchImageException, NoSuchItemException, NoSuchItemFieldException, NoSuchItemPriceException, NoSuchLayoutBranchException, NoSuchLayoutException, NoSuchLayoutFriendlyURLException, NoSuchLayoutPrototypeException, NoSuchLayoutRevisionException, NoSuchLayoutSetBranchException, NoSuchLayoutSetException, NoSuchLayoutSetPrototypeException, NoSuchLicenseException, NoSuchLinkException, NoSuchListTypeException, NoSuchLockException, NoSuchMailingListException, NoSuchMembershipRequestException, NoSuchMessageException, NoSuchMetadataSetException, NoSuchNodeException, NoSuchOrderException, NoSuchOrderItemException, NoSuchOrganizationException, NoSuchOrgGroupRoleException, NoSuchOrgLaborException, NoSuchPageException, NoSuchPageResourceException, NoSuchPasswordPolicyException, NoSuchPasswordPolicyRelException, NoSuchPasswordTrackerException, NoSuchPhoneException, NoSuchPluginSettingException, NoSuchPortletException, NoSuchPortletItemException, NoSuchPortletPreferencesException, NoSuchPreferencesException, NoSuchProductEntryException, NoSuchProductScreenshotException, NoSuchProductVersionException, NoSuchQuestionException, NoSuchRecordException, NoSuchRecordSetException, NoSuchRecordVersionException, NoSuchRegionException, NoSuchRelationException, NoSuchReleaseException, NoSuchRepositoryEntryException, NoSuchRepositoryException, NoSuchRequestException, NoSuchResourceActionException, NoSuchResourceBlockException, NoSuchResourceBlockPermissionException, NoSuchResourceException, NoSuchResourcePermissionException, NoSuchResourceTypePermissionException, NoSuchRoleException, NoSuchRowException, NoSuchRuleException, NoSuchRuleGroupException, NoSuchRuleGroupInstanceException, NoSuchServiceComponentException, NoSuchShardException, NoSuchStatsException, NoSuchStatsUserException, NoSuchStatsUserException, NoSuchStorageLinkException, NoSuchStructureException, NoSuchStructureException, NoSuchStructureLinkException, NoSuchSubscriptionException, NoSuchSyncEventException, NoSuchSyncException, NoSuchSystemEventException, NoSuchTableException, NoSuchTagException, NoSuchTagPropertyException, NoSuchTagStatsException, NoSuchTeamException, NoSuchTemplateException, NoSuchTemplateException, NoSuchThreadException, NoSuchThreadFlagException, NoSuchTicketException, NoSuchUserException, NoSuchUserGroupException, NoSuchUserGroupGroupRoleException, NoSuchUserGroupRoleException, NoSuchUserIdMapperException, NoSuchUserNotificationDeliveryException, NoSuchUserNotificationEventException, NoSuchUserTrackerException, NoSuchUserTrackerPathException, NoSuchValueException, NoSuchVersionException, NoSuchVirtualHostException, NoSuchVocabularyException, NoSuchVoteException, NoSuchWebDAVPropsException, NoSuchWebsiteException, NoSuchWorkflowDefinitionLinkException, NoSuchWorkflowInstanceLinkException

public class NoSuchModelException
extends PortalException

See Also:
Serialized Form

Constructor Summary
NoSuchModelException()
           
NoSuchModelException(String msg)
           
NoSuchModelException(String msg, Throwable cause)
           
NoSuchModelException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchModelException

public NoSuchModelException()

NoSuchModelException

public NoSuchModelException(String msg)

NoSuchModelException

public NoSuchModelException(String msg,
                            Throwable cause)

NoSuchModelException

public NoSuchModelException(Throwable cause)

Liferay 6.2-ce-ga5