public class LockNotAvailableException extends JBMException
Constructor and Description |
---|
LockNotAvailableException(java.lang.String message)
Creates a new instance with the given detail message and no cause.
|
LockNotAvailableException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
LockNotAvailableException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public LockNotAvailableException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- The cause of the exception.public LockNotAvailableException(java.lang.String message)
message
- The detail message.public LockNotAvailableException(java.lang.Throwable cause)
Throwable.getMessage()
on the cause.cause
- The cause of the exception.