Class UnableToObtainProcessLockException

All Implemented Interfaces:
Serializable

public class UnableToObtainProcessLockException extends QUserFacingException
Lock thrown by ProcessLockUtils when you can't get the lock.
See Also:
  • Constructor Details

    • UnableToObtainProcessLockException

      public UnableToObtainProcessLockException(String message)
    • UnableToObtainProcessLockException

      public UnableToObtainProcessLockException(String message, Throwable cause)
  • Method Details