NPersistence Reference Guide

Overload List

NameDescription
LockTimeoutException()()()()
Constructs a new LockTimeoutException exception with null as its detail message.
LockTimeoutException(Exception)
Constructs a new LockTimeoutException exception with the specified cause.
LockTimeoutException(Object)
Constructs a new LockTimeoutException exception with the specified object.
LockTimeoutException(String)
Constructs a new LockTimeoutException exception with the specified detail message.
LockTimeoutException(String, Exception)
Constructs a new LockTimeoutException exception with the specified detail message and cause.
LockTimeoutException(String, Exception, Object)
Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity.

See Also