Uses of Class
com.gentics.contentnode.rest.client.exceptions.RestException
Package
Description
-
Uses of RestException in com.gentics.contentnode.rest.client
Modifier and TypeMethodDescriptionvoid
RestClient.assertMatchingVersion()
Checks if the version of the REST API on the server is the same that is used by the client; if there is a mismatch between the two versions, a RestException is thrownvoid
RestClient.assertResponse
(GenericResponse response) Analyzes the response of a finished request and asserts that it was executed without errors; if a problem occurred during the request, a specialized RestException is thrownRestClient.authenticate
(String sid, String sessionSecret) Authenticate with given sid and session secretjavax.ws.rs.client.WebTarget
RestClient.base()
Provides access to the WebTarget that is used as the base for all commands to the serverList<org.apache.http.cookie.Cookie>
RestClient.getCookies()
Get the cookies currently stored in the clientvoid
Logs the specified user into the system using the password givenvoid
RestClient.logout()
Logs out the current uservoid
RestClient.ssologin()
Performs login on an SSO system - before this works, necessary filters have to be defined -
Uses of RestException in com.gentics.contentnode.rest.client.exceptions
Modifier and TypeClassDescriptionclass
Exception that is thrown when the session identification is missing or invalidclass
Exception that is thrown when an unexpected error has occurred (example: a database error prevented saving)class
Exception that is thrown when data for the request was invalid or insufficientclass
Exception that is thrown when it is not possible to send requests to a system because it is currently in maintenance modeclass
Exception that is thrown when a requested object was not found in the systemclass
Exception that is thrown when the user did not have sufficient permissions to carry out the action