Class TaskLockFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.portal.PortalException
com.webmethods.portal.service.task.TaskLockFailedException
All Implemented Interfaces:
IPortalException, Serializable

@Deprecated public class TaskLockFailedException extends PortalException
See Also:
  • Constructor Details

    • TaskLockFailedException

      public TaskLockFailedException(IURI taskURI, long waitTime)
      Deprecated.
      Constructor to create a localized exception message for when a timeout occurs waiting to acquire a task lock The ResourceBundle will be inferred from the source paramter The messageKey will be used to obtain the correct localized message
    • TaskLockFailedException

      public TaskLockFailedException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs)
      Deprecated.