@ThreadSafe public class H2DBLockException extends Exception
| Constructor and Description |
|---|
H2DBLockException()
Creates a new H2DBLockException.
|
H2DBLockException(String msg)
Creates a new H2DBLockException.
|
H2DBLockException(String msg,
Throwable ex)
Creates a new H2DBLockException.
|
H2DBLockException(Throwable ex)
Creates a new H2DBLockException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic H2DBLockException()
public H2DBLockException(String msg)
msg - a message for the exception.public H2DBLockException(Throwable ex)
ex - the cause of the exception.Copyright © 2012–2020 OWASP. All rights reserved.