|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestException | |
---|---|
com.gentics.contentnode.rest.client | |
com.gentics.contentnode.rest.client.exceptions |
Uses of RestException in com.gentics.contentnode.rest.client |
---|
Methods in com.gentics.contentnode.rest.client that throw RestException | |
---|---|
void |
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 thrown |
void |
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 thrown |
com.sun.jersey.api.client.WebResource |
RestClient.base()
Provides access to the WebResource that is used as the base for all commands to the server |
void |
RestClient.login(java.lang.String username,
java.lang.String password)
Logs the specified user into the system using the password given |
void |
RestClient.logout()
Logs out the current user |
void |
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 |
---|
Subclasses of RestException in com.gentics.contentnode.rest.client.exceptions | |
---|---|
class |
AuthRequiredRestException
Exception that is thrown when the session identification is missing or invalid |
class |
FailureRestException
Exception that is thrown when an unexpected error has occurred (example: a database error prevented saving) |
class |
InvalidDataRestException
Exception that is thrown when data for the request was invalid or insufficient |
class |
MaintenanceModeRestException
Exception that is thrown when it is not possible to send requests to a system because it is currently in maintenance mode |
class |
NotFoundRestException
Exception that is thrown when a requested object was not found in the system |
class |
PermissionRestException
Exception that is thrown when the user did not have sufficient permissions to carry out the action |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |