public class ObjectLockedException
extends com.lexmark.saperion.exceptions.runtime.ClientException
Constructor and Description |
---|
ObjectLockedException(com.lexmark.saperion.exceptions.ErrorType error,
Throwable cause)
This is the constructor used for serialization.
|
ObjectLockedException(com.lexmark.saperion.ReferenceType reference)
This constructor creates a new object locked exception that indicates that the object referenced by the given
reference is locked.
|
ObjectLockedException(com.lexmark.saperion.ReferenceType reference,
com.lexmark.saperion.administration.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() |
createError, getDescriptionParameters, getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectLockedException(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause)
error
- the error modelcause
- the cause of the exceptionpublic ObjectLockedException(com.lexmark.saperion.ReferenceType reference)
reference
- a reference to the object lockedpublic ObjectLockedException(com.lexmark.saperion.ReferenceType reference, com.lexmark.saperion.administration.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()
getErrorDetails
in class com.lexmark.saperion.exceptions.EcmRuntimeException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.