Uses of Class
org.moera.lib.node.exception.MoeraNodeException
Packages that use MoeraNodeException
Package
Description
Moera Node API client.
Moera Node API exceptions.
-
Uses of MoeraNodeException in org.moera.lib.node
Methods in org.moera.lib.node that throw MoeraNodeExceptionModifier and TypeMethodDescriptionvoid
NodeApiClient.ResponseConsumer.accept
(okhttp3.ResponseBody responseBody) Processes the providedResponseBody
.MoeraNode.askRemoteNode
(String nodeName, AskDescription details) Send a request to the remote node.MoeraNode.blockInstant
(BlockedInstantAttributes instant) Blocks creation of instants of the given story type, related to the given entry, optionally unblocking at the given time in the future.MoeraNode.blockUser
(BlockedUserAttributes user) Blocks the given node from performing the given operations, in a particular posting or globally, optionally unblocking at the given time in the future.<T> T
NodeApiClient.call
(String location, QueryParam[] params, String method, Object body, com.fasterxml.jackson.core.type.TypeReference<T> resultClass) Executes a request to the node API with the specified parameters and parses the JSON response into the specified result type.void
NodeApiClient.call
(String location, QueryParam[] params, String method, Object body, NodeApiClient.ResponseConsumer responseConsumer) Executes a request to the node API with the specified parameters.<T> T
NodeApiClient.call
(String location, QueryParam[] params, String method, Path body, String contentType, com.fasterxml.jackson.core.type.TypeReference<T> resultClass) Executes a request to the node API with the specified parameters and parses the JSON response into the specified result type.void
NodeApiClient.call
(String location, QueryParam[] params, String method, okhttp3.RequestBody requestBody, NodeApiClient.ResponseConsumer responseConsumer) Executes a request to the node API with the specified parameters.MoeraNode.cancelDeleteNodeRequest()
Cancel the request to delete the node.MoeraNode.checkCredentials()
Check whether the credentials are initialized already.MoeraNode.createAvatar
(AvatarAttributes avatar) Create a new avatar from a public media file that exists on the node.MoeraNode.createCartes
(CarteAttributes attributes) Create a set of cartes with the given attributes.MoeraNode.createComment
(String postingId, CommentText comment) Create a comment from the given text and add it to the given posting.MoeraNode.createCommentReaction
(String postingId, String commentId, ReactionDescription reaction) Add a reaction to the given comment.MoeraNode.createCredentials
(Credentials credentials) Initialize credentials if they are not set yet.MoeraNode.createDomain
(DomainAttributes domain) Create a new domain with the given hostname.MoeraNode.createDraft
(DraftText draft) Create a new draft from the text given.MoeraNode.createFriendGroup
(FriendGroupDescription friendGroup) Create a group of friends.MoeraNode.createNodeName
(NameToRegister nameToRegister) Register a new name for the node.MoeraNode.createPosting
(PostingText posting) Create a new posting from the text given and publish it in the given feeds (if any).MoeraNode.createPostingReaction
(String postingId, ReactionDescription reaction) Add a reaction to the given posting.MoeraNode.createRemoteComment
(String nodeName, String postingId, CommentSourceText comment) Add a comment to the posting on the remote node and register it in the registry at the local node.MoeraNode.createRemoteCommentReaction
(String nodeName, String postingId, String commentId, ReactionAttributes reaction) Add a reaction to the comment on the remote node and register it in the registry at the local node.MoeraNode.createRemotePosting
(String nodeName, PostingSourceText posting) Add a posting to the remote node and register it in the registry at the local node.MoeraNode.createRemotePostingReaction
(String nodeName, String postingId, ReactionAttributes reaction) Add a reaction to the posting on the remote node and register it in the registry at the local node.MoeraNode.createRemoteSheriffOrder
(String nodeName, SheriffOrderAttributes sheriffOrder) Sign and send the order to the remote node and store it in the registry at the local node.MoeraNode.createSheriffComplaint
(SheriffComplaintText complaint) Send a complaint to the sheriff.MoeraNode.createSheriffOrder
(SheriffOrderDetails sheriffOrder) Receive and execute the sheriff's order.MoeraNode.createSubscriber
(SubscriberDescription subscriber) Subscribe to a particular group of notifications.MoeraNode.createSubscription
(SubscriptionDescription subscription) Register a subscription to notifications from a particular node.MoeraNode.createToken
(TokenAttributes token) Sign in and create a token.MoeraNode.createUserListItem
(String name, UserListItemAttributes item) Add a node to the user list.MoeraNode.deleteAllCommentReactions
(String postingId, String commentId) Delete all reactions to the given comment.MoeraNode.deleteAllPostingReactions
(String postingId) Delete all reactions to the given posting.MoeraNode.deleteAvatar
(String id) Delete an avatar.MoeraNode.deleteComment
(String postingId, String commentId) Delete the comment.MoeraNode.deleteCommentReaction
(String postingId, String commentId, String ownerName) Delete the reaction of the given owner to the given comment.MoeraNode.deleteCredentials()
Delete credentials.MoeraNode.deleteDomain
(String name) Delete the domain with the given hostname.MoeraNode.deleteDraft
(String id) Delete the draft.MoeraNode.deleteFriendGroup
(String id) Delete the group of friends.MoeraNode.deleteNodeName()
Delete all the information related to the node name (including the signing key) from the node.MoeraNode.deletePosting
(String id) Delete the posting.MoeraNode.deletePostingReaction
(String postingId, String ownerName) Delete the reaction of the given owner to the given posting.MoeraNode.deleteRemoteComment
(String nodeName, String postingId, String commentId) Delete a comment from the registry of all comments at the local node.MoeraNode.deleteRemoteCommentReaction
(String nodeName, String postingId, String commentId) Delete a reaction from the registry of all reactions at the local node.MoeraNode.deleteRemotePosting
(String nodeName, String postingId) Delete a posting from the registry of all remote postings at the local node.MoeraNode.deleteRemotePostingReaction
(String nodeName, String postingId) Delete a reaction from the registry of all reactions at the local node.MoeraNode.deleteStoredMnemonic()
Delete the updating key mnemonic stored on the node.MoeraNode.deleteStory
(String id) Delete the story.MoeraNode.deleteSubscriber
(String id) Delete the subscriber and return the updated information about the node that was subscribed.MoeraNode.deleteSubscription
(String id) Delete the subscription and return the updated information about the node that was subscribed to.MoeraNode.deleteToken
(String id) Delete the token.MoeraNode.deleteUserListItem
(String name, String nodeName) Delete a node from the user listMoeraNode.getAllGrants()
Get the list of all nodes having administrative permissions on this node.Get an individual avatar.MoeraNode.getAvatars()
Get the list of avatars in the ascending order of their ordinals.MoeraNode.getBlockedByUser
(String id) Get details about the given node that blocked this node.MoeraNode.getBlockedInstant
(String id) Get details about the given blocked instant.MoeraNode.getBlockedUser
(String id) Get details about the given blocked user.MoeraNode.getBlockedUsersChecksums()
Get checksums of the information about the blocked users.MoeraNode.getClientSettings
(String prefix) Get all client settings, sorted by name.MoeraNode.getComment
(String postingId, String commentId, boolean withSource) Get an individual comment.MoeraNode.getCommentReaction
(String postingId, String commentId, String ownerName) Get the detailed information about the reaction of the given owner to the given comment.MoeraNode.getCommentReactionsSlice
(String postingId, String commentId, Boolean negative, Integer emoji, Long before, Integer limit) Get a slice of the list of reactions to the given comment, optionally filtered by reaction type, delimited bybefore
moment and the givenlimit
.MoeraNode.getCommentReactionTotals
(String postingId, String commentId) Get a summary of reactions to the comment given.MoeraNode.getCommentRevision
(String postingId, String commentId, String id) Get an individual revision of the comment.MoeraNode.getCommentRevisions
(String postingId, String commentId) Get all revisions of the comment.MoeraNode.getCommentsSlice
(String postingId, Long after, Long before, Integer limit) Get a slice of the list of comments, delimited bybefore
orafter
moments (but not both) and the givenlimit
.MoeraNode.getContacts
(String query, Integer limit) Search for contacts matching the searchquery
.MoeraNode.getDeletedPosting
(String id) Get an individual deleted posting.MoeraNode.getDeletedPostingRevision
(String postingId, String id) Get an individual revision of the deleted posting.MoeraNode.getDeletedPostings
(Integer page, Integer limit) Get the list of deleted postings, page by page.MoeraNode.getDeleteNodeRequestStatus()
Get the current status of the request to delete the node.MoeraNode.getDeletePostingRevisions
(String postingId, Integer limit) Get all revisions of the deleted posting, but not more thanlimit
.Get information about the domain with the given hostname.MoeraNode.getDomains()
Get the list of registered domains.Get an individual draft.MoeraNode.getDrafts
(DraftType draftType, String nodeName, String postingId, String commentId, Integer page, Integer limit) Get the list of drafts, page by page, filtered by the given criteria.MoeraNode.getFeatures()
Get information about features supported by the node.MoeraNode.getFeedGeneral
(String feedName) Get general information about the feed.FeedInfo[]
MoeraNode.getFeeds()
Get general information about all feeds accessible by client.MoeraNode.getFeedSlice
(String feedName, Long after, Long before, Integer limit) Get a slice of the feed, delimited bybefore
orafter
moments (but not both) and the givenlimit
.MoeraNode.getFeedStatus
(String feedName) Get information about the total number and number of non-read and non-viewed stories in the feed.Get the friendship information for the node given.MoeraNode.getFriendGroup
(String id) Get the information about the group of friends.MoeraNode.getFriendGroups()
Get the list of all groups of friends that exist on the node.MoeraNode.getFriendOf
(String name) Get the information for the node given, whether it has added this node to its friends.MoeraNode.getFriendOfs()
Get the list of all nodes that added this node to their friends.MoeraNode.getFriends
(String groupId) Get the list of all friends of the node or friends belonging to a particular group.Get information about the administrative permissions granted to the node.MoeraNode.getNodeName()
Get the name of the node.MoeraNode.getNodeSettings
(String prefix) Get all node settings, sorted by name.MoeraNode.getNodeSettingsMetadata
(String prefix) Get all node settings metadata, sorted by name.MoeraNode.getPeopleGeneral()
Get general information about other nodes.Get information about the plugin.MoeraNode.getPlugins()
Get information about all plugins registered for the node and server.MoeraNode.getPosting
(String id, boolean withSource) Get an individual posting.MoeraNode.getPostingReaction
(String postingId, String ownerName) Get the detailed information about the reaction of the given owner to the given posting.MoeraNode.getPostingReactionsSlice
(String postingId, Boolean negative, Integer emoji, Long before, Integer limit) Get a slice of the list of reactions to the given posting, optionally filtered by reaction type, delimited bybefore
moment and the givenlimit
.MoeraNode.getPostingReactionTotals
(String postingId) Get a summary of reactions to the posting given.MoeraNode.getPostingRevision
(String postingId, String id) Get an individual revision of the posting.MoeraNode.getPostingRevisions
(String postingId, Integer limit) Get all revisions of the posting, but not more thanlimit
.MoeraNode.getPostingsAttachedToComment
(String postingId, String commentId) Get all postings linked to media attached to the given comment.MoeraNode.getPostingsAttachedToPosting
(String id) Get all postings linked to media attached to the given posting.void
MoeraNode.getPrivateMedia
(String id, Integer width, Boolean download, NodeApiClient.ResponseConsumer responseConsumer) Get media file content (returned in the response body).MoeraNode.getPrivateMediaInfo
(String id) Get media file details.MoeraNode.getPrivateMediaParentEntry
(String id) Get the list of all postings and comments the media file is attached to.MoeraNode.getProfile
(boolean withSource) Get the profile.void
MoeraNode.getPublicMedia
(String id, Integer width, Boolean download, NodeApiClient.ResponseConsumer responseConsumer) Get media file content (returned in the response body).MoeraNode.getPublicMediaInfo
(String id) Get media file details.MoeraNode.getRemotePostingVerificationStatus
(String id) Get the status of the asynchronous operation that performs verification of a remote posting signature.MoeraNode.getRemoteReactionVerificationStatus
(String id) Get the status of the asynchronous operation that performs verification of the signature of a reaction to a remote posting.MoeraNode.getRemoteSheriffOrder
(String nodeName, String id) Get the details of the given sheriff's orderMoeraNode.getSheriffComplaintGroup
(String id) Get details of the given group of complaints.MoeraNode.getSheriffComplaintGroupsSlice
(Long after, Long before, Integer limit, SheriffComplaintStatus status) Get a slice of the list of groups of complaints, optionally filtered by status, delimited by thebefore
orafter
moment and the givenlimit
.MoeraNode.getSheriffComplaintsByGroup
(String id) Get complaints included in the given group of complaints.MoeraNode.getStoredMnemonic()
Get the updating key mnemonic stored on the node.Get an individual story.MoeraNode.getSubscriber
(String id) Get an individual subscriber.MoeraNode.getSubscribers
(String nodeName, SubscriptionType type, String feedName, String entryId) Get the list of all subscribers, optionally filtered by some criteria.MoeraNode.getSubscriptions
(String nodeName, SubscriptionType type) Get the list of all subscriptions, optionally filtered by some criteria.MoeraNode.getTokenInfo
(String id) Get information about the token.MoeraNode.getTokens()
Get the list of all existing tokens.MoeraNode.getUserListGeneral
(String name) Get the general information about the user list given.MoeraNode.getUserListItem
(String name, String nodeName) Get the information from the user list about the node given.MoeraNode.getUserListSlice
(String name, Long after, Long before, Integer limit) Get a slice of the user list, delimited by thebefore
orafter
moment and the givenlimit
.MoeraNode.grantOrRevoke
(String nodeName, GrantChange change) Grant a set of administrative permissions to the node or revoke them.MoeraNode.isDomainAvailable
(String nodeName) Get an available domain name recommended for the given node name.MoeraNode.proxyLinkPreview
(String url) Parse the page located at the URL and return the title, the description and the picture that may be used to build a preview of the page.void
MoeraNode.proxyMedia
(String url, NodeApiClient.ResponseConsumer responseConsumer) Open the URL passed in the parameters and pass to the client the media file returned by the server.MoeraNode.registerAtPushRelay
(PushRelayClientAttributes attributes) Register a client at the push relay server to receive messages from this node.MoeraNode.registerPlugin
(PluginDescription plugin) Register the plugin.MoeraNode.reorderAvatars
(AvatarsOrdered order) Reorder avatars.MoeraNode.resetCredentials()
The node generates credentials reset token that is sent to the node admin by E-mail or using any other way that is defined for recovery of credentials.MoeraNode.restoreDeletedPosting
(String id) Restore a posting.MoeraNode.restoreDeletedPostingRevision
(String postingId, String id) Restore a posting at a particular revision.MoeraNode.restorePostingRevision
(String postingId, String id) Restore a revision of the posting.Revoke all administrative permissions granted to the node.MoeraNode.searchActivityReactions
(ActivityReactionFilter filter) Get the list of all reactions performed by the node, filtered by some criteria.MoeraNode.searchBlockedByUsers
(BlockedByUserFilter filter) Search nodes that blocked this node, by the given criteria.MoeraNode.searchBlockedInstants
(BlockedInstantFilter filter) Search blocked instants by the given criteria.MoeraNode.searchBlockedUsers
(BlockedUserFilter filter) Search blocked users by the given criteria.MoeraNode.searchPostingReactions
(ReactionsFilter filter) Search reactions by criteria provided.MoeraNode.searchPostingReactionTotals
(ReactionTotalsFilter filter) Search summaries of reactions by criteria provided.MoeraNode.searchSubscriptions
(SubscriptionFilter filter) Search for subscriptions by the given criteria.MoeraNode.sendDeleteNodeRequest
(DeleteNodeText deleteNodeText) Send a request to the provider to delete the node.MoeraNode.sendNotification
(NotificationPacket packet) Accept a notification packet from another node.MoeraNode.storeMnemonic
(KeyMnemonic mnemonic) Store the updating key mnemonic on the node.protected String
MoeraNode.unblockInstant
(String id) Unblock the given instant.MoeraNode.unblockUser
(String id) Unblock the given user.MoeraNode.unregisterPlugin
(String pluginName) Unregister the plugin.MoeraNode.updateAllComments
(String postingId, CommentMassAttributes attributes) Update operation overrides for all comments in the posting.MoeraNode.updateComment
(String postingId, String commentId, CommentText comment) Update the comment, creating a new revision of it.MoeraNode.updateCommentReaction
(String postingId, String commentId, String ownerName, ReactionOverride reaction) Update the reaction's operations or set operations' overrides.MoeraNode.updateCredentials
(CredentialsChange credentials) Update credentials.MoeraNode.updateDomain
(String name, DomainAttributes domain) Update the domain with the given hostname.MoeraNode.updateDraft
(String id, DraftText draft) Update the draft.MoeraNode.updateFeedStatus
(String feedName, FeedStatusChange change) Update information about non-read and non-viewed stories in the feed.MoeraNode.updateFriendGroup
(String id, FriendGroupDescription friendGroup) Update the details of the group of friends.MoeraNode.updateFriends
(FriendDescription[] friends) Update the friendship status of the nodes passed in the input.MoeraNode.updateNodeName
(RegisteredNameSecret secret) Update the name of the node.MoeraNode.updateNodeSettingsMetadata
(SettingMetaAttributes[] metadata) Update node settings metadata, overriding built-in defaults.MoeraNode.updatePosting
(String id, PostingText posting) Update the posting, creating a new revision of it.MoeraNode.updatePostingReaction
(String postingId, String ownerName, ReactionOverride reaction) Update the reaction's operations or set operations' overrides.MoeraNode.updateProfile
(ProfileAttributes profile) Update the profile.MoeraNode.updateRemoteComment
(String nodeName, String postingId, String commentId, CommentSourceText comment) Update a comment to the posting on the remote node.MoeraNode.updateRemotePosting
(String nodeName, String postingId, PostingSourceText posting) Update a posting on the remote node.MoeraNode.updateSettings
(SettingInfo[] settings) Update the given settings.MoeraNode.updateSheriffComplaintGroup
(String id, SheriffComplaintDecisionText decision) Make a decision on the given group of complaints.MoeraNode.updateStory
(String id, StoryAttributes story) Update the story.MoeraNode.updateSubscriber
(String id, SubscriberOverride subscriber) Update the subscriber's operations or set operations' overrides.MoeraNode.updateSubscription
(String id, SubscriptionOverride subscription) Update the subscription's operations or set operations' overrides.MoeraNode.updateToken
(String id, TokenUpdate update) Update the name or permissions of the token.MoeraNode.uploadAdminMedia
(Path body, String contentType) Upload a new media file owned by the node admin.MoeraNode.uploadPrivateMedia
(String clientName, Path body, String contentType) Upload a new media file owned by the given node.MoeraNode.uploadPublicMedia
(Path body, String contentType) Upload a new media file.MoeraNode.verifyCarte
(ClientCarte clientCarte) Verify if the given carte may be used for authentication on this node.MoeraNode.verifyRemoteComment
(String nodeName, String postingId, String commentId) Verify the signature of the given comment to the posting on the remote node.MoeraNode.verifyRemoteCommentReaction
(String nodeName, String postingId, String commentId, String ownerName) Verify the signature of the reaction of the given owner to the comment on the remote node.MoeraNode.verifyRemotePosting
(String nodeName, String id) Verify the signature of the given posting.MoeraNode.verifyRemotePostingReaction
(String nodeName, String postingId, String ownerName) Verify the signature of the reaction of the given owner to the posting on the remote node.MoeraNode.verifyRemotePostingRevision
(String nodeName, String id, String revisionId) Verify the signature of the given revision of a posting.MoeraNode.whoAmI()
Get brief information about the node. -
Uses of MoeraNodeException in org.moera.lib.node.exception
Subclasses of MoeraNodeException in org.moera.lib.node.exceptionModifier and TypeClassDescriptionclass
Thrown to indicate that an API request to a Moera Node requires authentication.class
Represents an exception thrown when an error occurs while interacting with the Moera Node API.class
Represents an exception thrown when a requested resource is not found in the Moera Node API.class
Represents an exception indicating that an operation failed when interacting with the Moera Node API.class
Represents an exception thrown when a validation error occurs while interacting with the Moera Node API.class
Thrown to indicate an error occurred while attempting to connect to a Moera node.