|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.smartlab.web.DAOException net.smartlab.web.LockException
public class LockException
A LockException is thrown whenever an application tries to update a persistent representation into the storage system with an obsolete version of datas or while another application has previously locked the datas, depending on the locking mechanism adopted.
Constructor Summary | |
---|---|
LockException()
Default empty constructor. |
|
LockException(java.lang.String message)
Constructs a new instance with the specified describing message. |
|
LockException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance with the specified describing message and cause. |
|
LockException(java.lang.Throwable cause)
Constructs a new instance with the specified cause. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public LockException()
public LockException(java.lang.String message)
message
- the description of the occurred exception.public LockException(java.lang.Throwable cause)
cause
- the throwable
instance wich generated this
exception.public LockException(java.lang.String message, java.lang.Throwable cause)
message
- the description of the occurred exception.cause
- the throwable
instance wich generated this
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |