Class ResourceLockException

  • All Implemented Interfaces:
    Serializable

    public class ResourceLockException
    extends RuntimeException
    Exception thrown when the system is unable to acquire a lock on a resource. This primarily occurs during sandbox workflow operations. See ResourceLockRepository for more information.
    Author:
    Jeff Fischer
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceLockException

        public ResourceLockException()
      • ResourceLockException

        public ResourceLockException​(String message)