JPA Constructor
in javax.persistence.LockTimeoutException

LockTimeoutException(
  String message, 
  Throwable cause, 
  Object entity
)


Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity.
Parameters:
message - the detail message.
cause - the cause.
entity - the entity.
Since:
JPA 2.0