public class ObjectLockedException extends ClientException
ClientException.ClientError
Constructor and Description |
---|
ObjectLockedException(ErrorType error,
Throwable cause)
This is the constructor used for serialization.
|
ObjectLockedException(ReferenceType reference)
This constructor creates a new object locked exception that indicates that the object referenced by the given
reference is locked.
|
ObjectLockedException(ReferenceType reference,
UserListItemType lockUser,
Date lockDate)
This constructor creates a new object locked exception that indicates that the object referenced by the given
reference is locked.
|
Modifier and Type | Method and Description |
---|---|
ObjectLockedDetails |
getErrorDetails()
Returns the exception error details.
|
createError, getDescriptionParameters, getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectLockedException(ErrorType error, Throwable cause)
error
- the error modelcause
- the cause of the exceptionpublic ObjectLockedException(ReferenceType reference)
reference
- a reference to the object lockedpublic ObjectLockedException(ReferenceType reference, UserListItemType lockUser, Date lockDate)
reference
- a reference to the object lockedlockUser
- the user who locked the objectlockDate
- the time when the object was lockedpublic ObjectLockedDetails getErrorDetails()
EcmRuntimeException
getErrorDetails
in class EcmRuntimeException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.