|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.anthonyeden.lib.ChainedException
com.anthonyeden.lib.db.LockException
Thrown if aquiring or releasing a lock fails.
| Constructor Summary | |
LockException(java.lang.String message)
Construct a new LockException with the given message. |
|
LockException(java.lang.String message,
java.lang.Throwable t)
Construct a new LockException with the given message and nested error. |
|
| Methods inherited from class com.anthonyeden.lib.ChainedException |
getNestedError, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LockException(java.lang.String message)
message - The message
public LockException(java.lang.String message,
java.lang.Throwable t)
message - The messaget - The nested error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||