public class LockNotAvailableException
extends java.lang.Exception
Constructor and Description |
---|
LockNotAvailableException()
Constructs an
Exception with no specified detail message. |
LockNotAvailableException(java.lang.String message)
Constructs an
Exception with the specified detail message. |
public LockNotAvailableException()
Exception
with no specified detail message.public LockNotAvailableException(java.lang.String message)
Exception
with the specified detail message.message
- the detailed message.