public class UnableToAcquireLockException extends RuntimeException
| Constructor and Description |
|---|
UnableToAcquireLockException(String sMsg)
Create a UnableToAcquireLockException with a String msg.
|
UnableToAcquireLockException(String sMsg, Throwable t)
Create a UnableToAcquireLockException with a String msg and Throwable cause.
|
UnableToAcquireLockException(Throwable t)
Create a UnableToAcquireLockException with a Throwable cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToAcquireLockException(String sMsg)
sMsg - the messagepublic UnableToAcquireLockException(Throwable t)
t - the throwable