org.glassfish.api.admin
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AdminCommandLockTimeoutException
public AdminCommandLockTimeoutException(String message,
Date timeOfAcquisition,
String lockOwner)
AdminCommandLockTimeoutException
public AdminCommandLockTimeoutException(String message,
Throwable ex)
getTimeOfAcquisition
public Date getTimeOfAcquisition()
getLockOwner
public String getLockOwner()
Copyright © 2012. All Rights Reserved.