Class NoSuchKaleoProcessException

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.portal.workflow.kaleo.forms.exception.NoSuchKaleoProcessException
All Implemented Interfaces:
Serializable

public class NoSuchKaleoProcessException extends com.liferay.portal.kernel.exception.NoSuchModelException
Thrown when the system is unable to find a required Kaleo process.
See Also:
  • Constructor Details

    • NoSuchKaleoProcessException

      public NoSuchKaleoProcessException()
    • NoSuchKaleoProcessException

      public NoSuchKaleoProcessException(String msg)
    • NoSuchKaleoProcessException

      public NoSuchKaleoProcessException(String msg, Throwable throwable)
    • NoSuchKaleoProcessException

      public NoSuchKaleoProcessException(Throwable throwable)