Class ClusterLockFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.portal.PortalException
com.webmethods.portal.system.lock.ClusterLockFailedException
All Implemented Interfaces:
IPortalException, Serializable

public class ClusterLockFailedException extends PortalException
See Also:
  • Constructor Details

    • ClusterLockFailedException

      public ClusterLockFailedException(IURI thingURI, long waitTime)
      Constructor to create a localized exception message for when a timeout occurs waiting to acquire a thing lock The ResourceBundle will be inferred from the source paramter The messageKey will be used to obtain the correct localized message
      Parameters:
      thingURI -
      waitTime -
    • ClusterLockFailedException

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