public class UpdateConflictException extends Exception
| Constructor and Description |
|---|
UpdateConflictException(String message)
Instantiates a new UpdateConflictException.
|
UpdateConflictException(String message,
String lockId)
Instantiates a new UpdateConflictException.
|
UpdateConflictException(String message,
String lockId,
String filename)
Instantiates a new UpdateConflictException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Gets the filename.
|
String |
getLockId()
Gets the lock id.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UpdateConflictException(String message, String lockId)
message - the messagelockId - the lock idpublic UpdateConflictException(String message, String lockId, String filename)
message - the messagelockId - the lock idfilename - the filenamepublic UpdateConflictException(String message)
message - the messageCopyright © 2003–2020 eXo Platform SAS. All rights reserved.