public class LockNotAvailableException
extends JAXRException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcs_id |
Constructor and Description |
---|
LockNotAvailableException(java.lang.Exception e)
Constructs a new LockNotAvailableException.
|
LockNotAvailableException(java.lang.String errorMessage)
Constructs a new LockNotAvailableException.
|
LockNotAvailableException(java.lang.String errorMessage,
java.lang.Exception e,
java.lang.String id)
Construct a new LockNotAvailableException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getObjectId()
Gets the id of the object that could not be locked.
|
public static final java.lang.String rcs_id
public LockNotAvailableException(java.lang.String errorMessage)
errorMessage
- the error message stringpublic LockNotAvailableException(java.lang.Exception e)
e
- the causing exceptionpublic LockNotAvailableException(java.lang.String errorMessage, java.lang.Exception e, java.lang.String id)
errorMessage
- the error message stringe
- the causing exceptionid
- the id of the object that could not be locked