Class AdminCommandLockException

  • All Implemented Interfaces:
    Serializable

    public class AdminCommandLockException
    extends RuntimeException
    The AdminCommandLockException is generated when a command can not acquire an AdminCommandLock.
    Author:
    Chris Kasso
    See Also:
    Serialized Form
    • Constructor Detail

      • AdminCommandLockException

        public AdminCommandLockException​(String message,
                                         Date timeOfAcquisition,
                                         String lockOwner)
      • AdminCommandLockException

        public AdminCommandLockException​(String message,
                                         Throwable ex)
    • Method Detail

      • getTimeOfAcquisition

        public Date getTimeOfAcquisition()
      • getLockOwner

        public String getLockOwner()