Class KBArticleUrlTitleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.knowledge.base.exception.KBArticleUrlTitleException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KBArticleUrlTitleException.MustNotBeDuplicate, KBArticleUrlTitleException.MustNotContainInvalidCharacters, KBArticleUrlTitleException.MustNotExceedMaximumSize

public class KBArticleUrlTitleException extends com.liferay.portal.kernel.exception.PortalException
See Also:
  • Constructor Details

    • KBArticleUrlTitleException

      public KBArticleUrlTitleException()
    • KBArticleUrlTitleException

      public KBArticleUrlTitleException(String msg)
    • KBArticleUrlTitleException

      public KBArticleUrlTitleException(String msg, Throwable throwable)
    • KBArticleUrlTitleException

      public KBArticleUrlTitleException(Throwable throwable)