Package | Description |
---|---|
com.hcl.domino | |
com.hcl.domino.admin.replication | |
com.hcl.domino.data | |
com.hcl.domino.dbdirectory | |
com.hcl.domino.exception | |
com.hcl.domino.freebusy |
Modifier and Type | Method and Description |
---|---|
Optional<DominoException> |
DominoClient.resolveErrorCode(int code)
Converts a Domino API error code into a
DominoException . |
Modifier and Type | Method and Description |
---|---|
Replication.Action |
Replication.IDocumentOpenCallback.documentOpened(Document doc,
int noteId,
Optional<DominoException> status)
Called for each document retrieved
|
Replication.Action |
Replication.IObjectAllocCallback.objectAllocated(Document doc,
int oldRRV,
Optional<DominoException> status,
int objectSize)
Called exactly once for each object to provide the caller with information
about the object's size and ObjectID
|
Replication.Action |
Replication.IObjectWriteCallback.objectChunkWritten(Document doc,
int oldRRV,
Optional<DominoException> status,
ByteBuffer buffer,
int bufferSize)
Called for each "chunk" of each object
|
Modifier and Type | Method and Description |
---|---|
Document.ComputeWithFormAction |
Document.ComputeWithFormCallback.errorRaised(FormField fieldInfo,
Document.ComputeWithFormPhase phase,
String errorTxt,
DominoException status)
Method is called for each form field that is causing a computation/validation
error.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectorySearchQuery.forEach(int skip,
int limit,
BiConsumer<DirEntry,Loop> consumer)
Iterates over each
DirEntry in the search result |
Stream<DirEntry> |
DirectorySearchQuery.stream()
|
Modifier and Type | Class and Description |
---|---|
class |
BadPasswordException
Represents error code 6408, "Wrong Password.
|
class |
CancelException
Represents error code 0x019D, "Operation stopped at your request"
|
class |
CompactInProgressException
Represents error code 0x02CC, "Database is being Compacted; Compact must finish before use."
|
class |
DocumentDeletedException
Represents error code 549, "Document has been deleted"
|
class |
EntryNotFoundInIndexException
Represents error code 1028, "Entry not found in index"
|
class |
FileDoesNotExistException
Represents error code 259, "File does not exist"
|
class |
FixupInProgressException
Represents error code 0x03B6, "This database cannot be opened because a consistency check of it is needed."
|
class |
FixupNeededException
Represents error code 0x03B7, "This database cannot be opened because a consistency check of it is in progress."
|
class |
FormulaCompilationException
Subclass of
DominoException that is thrown when formula compilation fails
and that provides details about the error |
class |
ImplicitScheduleFailedException
Represents error code 2276, "There was an error sending out notices to meeting participants."
|
class |
ItemNotFoundException
Represents error code 546, "Note item not found"
|
class |
ItemNotPresentException
Represents error code 784, "Specified item is not present"
|
class |
LotusScriptCompilationException
Specialized exception type for the contents of LSCOMPILE_ERR_INFO
|
class |
NotAuthorizedException
Represents error code 0x246, "You are not authorized to perform that operation"
|
class |
ObjectDisposedException
Exception used to indicate an implementation-specific state of a backend
object having been exposed when access is attempted.
|
class |
QuitPendingException
Represents error code 0x466, "Quit is pending on the Message Queue"
|
class |
ServerNotFoundException
Represents error code ERR_SERVER_NOT_FOUND (0x0803), "Unable to find path to server[...]"
|
class |
ServerRestrictedException
Represents error code ERR_SERVER_RESTRICTED (0x09FD), "Access to this server has been restricted by the administrator"
|
class |
ServerUnavailableException
Represents error code ERR_SERVER_UNAVAILABLE (0x0803), "Unable to find path to server[...]"
|
Modifier and Type | Method and Description |
---|---|
Optional<DominoException> |
Schedule.getError()
Returns an exception if loading the schedule failed
|
Copyright © 2019–2021 HCL. All rights reserved.