js.oa.exception
Class CouldNotLockVAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
js.common.JSException
js.oa.exception.CouldNotLockVAException
- All Implemented Interfaces:
- java.io.Serializable
public class CouldNotLockVAException
- extends JSException
Thrown when the attempt to lock a VA fails.
This happens when a VA is already locked or if any other exception occurs during locking.
- Author:
- Johannes Testori
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CouldNotLockVAException
public CouldNotLockVAException()
CouldNotLockVAException
public CouldNotLockVAException(java.lang.String msg)
- Parameters:
msg - message
CouldNotLockVAException
public CouldNotLockVAException(java.lang.String msg,
java.lang.Throwable target)
- Parameters:
msg - messagetarget - target exception
CouldNotLockVAException
public CouldNotLockVAException(java.lang.Throwable target)
- Parameters:
target - target exception