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