Class AdminCommandLockTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.api.admin.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:
  • Constructor Details

    • AdminCommandLockTimeoutException

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

      public AdminCommandLockTimeoutException(String message, Throwable ex)
  • Method Details

    • getTimeOfAcquisition

      public Date getTimeOfAcquisition()
    • getLockOwner

      public String getLockOwner()