|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.db.lock.LockTimeoutException
public class LockTimeoutException
Wraps an exception in a SQLException wrapper.
Constructor Summary | |
---|---|
LockTimeoutException()
Creates the wrapper with a message. |
|
LockTimeoutException(java.lang.String message)
Creates the wrapper with a message. |
|
LockTimeoutException(java.lang.String message,
java.lang.Throwable e)
Creates the wrapper with a message and a root cause. |
|
LockTimeoutException(java.lang.Throwable e)
Creates the wrapper with a root cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 LockTimeoutException()
public LockTimeoutException(java.lang.String message)
public LockTimeoutException(java.lang.String message, java.lang.Throwable e)
message
- the message.e
- the rootCause exceptionpublic LockTimeoutException(java.lang.Throwable e)
message
- the message.e
- the rootCause exceptionMethod Detail |
---|
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |