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