Class LockedKBArticleException
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.LockedKBArticleException
- All Implemented Interfaces:
Serializable
public class LockedKBArticleException
extends com.liferay.portal.kernel.exception.PortalException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLockedKBArticleException(String msg, Throwable throwable) LockedKBArticleException(Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptiongetCmd()com.liferay.portal.kernel.lock.LockgetLock()voidsetActionURL(String actionURL) voidvoidsetLock(com.liferay.portal.kernel.lock.Lock lock) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockedKBArticleException
public LockedKBArticleException() -
LockedKBArticleException
-
LockedKBArticleException
-
LockedKBArticleException
-
-
Method Details
-
getActionURL
-
getCmd
-
getLock
public com.liferay.portal.kernel.lock.Lock getLock() -
getUserName
-
setActionURL
-
setCmd
-
setLock
public void setLock(com.liferay.portal.kernel.lock.Lock lock)
-