public class UnableToLockException extends InternalException
| Constructor and Description |
|---|
UnableToLockException() |
UnableToLockException(String message) |
UnableToLockException(String message,
Throwable cause) |
UnableToLockException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UnableToLockException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToLockException()
public UnableToLockException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public UnableToLockException(String message)
public UnableToLockException(Throwable cause)
Copyright © 2021. All Rights Reserved.