public class LockTimeoutException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
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 exception