Exception | Description |
---|---|
BadPasswordException |
Represents error code 6408, "Wrong Password.
|
CancelException |
Represents error code 0x019D, "Operation stopped at your request"
|
CompactInProgressException |
Represents error code 0x02CC, "Database is being Compacted; Compact must finish before use."
|
DocumentDeletedException |
Represents error code 549, "Document has been deleted"
|
DxlExportException |
Represents an error log from a failed DXL export.
|
DxlImportException |
Represents an error log from a failed DXL import.
|
EntryNotFoundInIndexException |
Represents error code 1028, "Entry not found in index"
|
FileDoesNotExistException |
Represents error code 259, "File does not exist"
|
FixupInProgressException |
Represents error code 0x03B6, "This database cannot be opened because a consistency check of it is needed."
|
FixupNeededException |
Represents error code 0x03B7, "This database cannot be opened because a consistency check of it is in progress."
|
FormulaCompilationException |
Subclass of
DominoException that is thrown when formula compilation fails
and that provides details about the error |
ImplicitScheduleFailedException |
Represents error code 2276, "There was an error sending out notices to meeting participants."
|
IncompatibleImplementationException |
Exception used to indicate that a JNX object of one implementation was passed
to an incompatible implementation object.
|
ItemNotFoundException |
Represents error code 546, "Note item not found"
|
ItemNotPresentException |
Represents error code 784, "Specified item is not present"
|
LotusScriptCompilationException |
Specialized exception type for the contents of LSCOMPILE_ERR_INFO
|
NotAuthorizedException |
Represents error code 0x246, "You are not authorized to perform that operation"
|
ObjectDisposedException |
Exception used to indicate an implementation-specific state of a backend
object having been exposed when access is attempted.
|
QuitPendingException |
Represents error code 0x466, "Quit is pending on the Message Queue"
|
ServerNotFoundException |
Represents error code ERR_SERVER_NOT_FOUND (0x0803), "Unable to find path to server[...]"
|
ServerRestrictedException |
Represents error code ERR_SERVER_RESTRICTED (0x09FD), "Access to this server has been restricted by the administrator"
|
ServerUnavailableException |
Represents error code ERR_SERVER_UNAVAILABLE (0x0803), "Unable to find path to server[...]"
|
Copyright © 2019–2021 HCL. All rights reserved.