Class AdminCommandLockTimeoutException

  • All Implemented Interfaces:
    Serializable

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

      • AdminCommandLockTimeoutException

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

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

      • getTimeOfAcquisition

        public Date getTimeOfAcquisition()
      • getLockOwner

        public String getLockOwner()