Class CurationLockService.CurationLockedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ubic.gemma.persistence.service.common.auditAndSecurity.curation.CurationLockService.CurationLockedException
All Implemented Interfaces:
Serializable
Enclosing interface:
CurationLockService

public static class CurationLockService.CurationLockedException extends RuntimeException
Thrown when a lock is held by someone else and the caller did not ask to steal it. Carries the holder so the caller can name them.
See Also:
  • Constructor Details

    • CurationLockedException

      public CurationLockedException(String heldBy, String message)
  • Method Details

    • getHeldBy

      public String getHeldBy()