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:
- java.io.Serializable
public class AdminCommandLockTimeoutException
- extends java.lang.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AdminCommandLockTimeoutException
public AdminCommandLockTimeoutException(java.lang.String message,
java.util.Date timeOfAcquisition,
java.lang.String lockOwner)
AdminCommandLockTimeoutException
public AdminCommandLockTimeoutException(java.lang.String message,
java.lang.Throwable ex)
getTimeOfAcquisition
public java.util.Date getTimeOfAcquisition()
getLockOwner
public java.lang.String getLockOwner()
Copyright © 2012 GlassFish Community. All Rights Reserved.