Package com.saperion.ngc.exception
Package for exception classes.
- Since:
- 0.0.2
-
Enum Summary Enum Description AuthenticationException.AuthenticationExceptionCause Possible causes of an AuthenticationException.FieldValidationException.ValidationError Possible validation errors.FolderMoveException.FolderMoveExceptionCause Possible causes for a FolderMoveException.SapViewerUrlException.SapViewerUrlExceptionCause Causes of aSapViewerUrlException
. -
Exception Summary Exception Description AuthenticationException Exception thrown when the authentication to the service has failed.BinaryUnavailableException Exception thrown if a binary could not be read.CacheUnavailableException This exception is thrown if a cache is unavailable (e.g.CheckoutFailedException Exception thrown when checking out a document was not successful.ConfigurationException Exception thrown when a configuration error occurs.ConnectionProviderException Exception thrown when aConnectionProvider
failed to provide a connection.ConvertAnnotationException Exception thrown when converting the annotations failed.DatabaseException Exception for database errors.DeleteSubfolderException Exception thrown when a user tries to delete a folder with subfolders.DocumentAccessException Exception thrown when an operation can not be performed on a document because the access is restricted (ACL, locked, checked out...).DocumentIdentificationException Exception thrown when a document can not be identified uniquely.DocumentLockException Exception thrown when locking or unlocking a document has failed.DownloadFailedException Exception thrown by DownloadUtil when downloading a document failed.DuplicateFolderException Exception thrown when a sibling with the same name already exists.FavoriteReadException Exception thrown when a favorite's properties and settings can not be read or interpreted.FieldValidationException Exception thrown byFieldValidator
when the validation of a field has failed.FolderMoveException Exception thrown when a move-folder-operation failed.FolderOperationNotAllowedException Exception thrown when an operation on a folder is not allowed.FormRenderException Exception for errors that occur in form rendering.InvalidFolderNameException Exception thrown when a folder name contained an invalid character.InvalidRequestException Exception thrown when an operation can not be performed because the request is invalid.NavigationException Folder navigation exception class.NgcException Basic exception for NG Client.NgcUiException Wrapper exception used to pass the proper error message to the view.ProcessAlreadyRunningException Exception thrown when a process is started in a session that already contains a runningLongRunningProcess
.RenderingFailedException Exception thrown when rendering a document failed.SapViewerUrlException Exception thrown when an invalid SAPViewer URL was received.SearchSyntaxException Exception thrown when the user enters an invalid search string.SystemException Exception class for common system errors.TooManyHitsException Exception thrown when a query returned more hits than set in the maxRecords property of the result list.UniqueConstraintViolationException Exception thrown when a document is created or updated and the value of a unique field already exists in another document.UnknownFolderTypeException Exception thrown when an unknown folder type is found.UnsupportedDDCException UnsupportedDocumentException Exception thrown when the user tries to open an unsupported document.UnsupportedFormException Exception thrown when a mask is not supported by the WebClient.UserSearchFailedException Exception thrown when searching for a user failed due to an exception.WorkflowException Workflow exception.WrongDocumentDDCException Exception thrown when the user tries to file a document from the wrong document-ddc. -
Annotation Types Summary Annotation Type Description IgnoredByExceptionLogger This annotation can be used to mark an exception that should not be logged by the ExceptionLogger-aspect.